Skip to content

Commit 0412c6a

Browse files
committed
(misc) explicitly require nim>2 install with conda for the tutorial
1 parent 81a5b59 commit 0412c6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM continuumio/miniconda3
22

33
RUN apt-get update \
4-
&& apt-get install -y gcc openssl \
5-
&& conda install -y -c conda-forge nim \
4+
&& apt-get install -y gcc \
5+
&& conda install -y -c conda-forge "nim>2" \
66
&& conda install -y -c conda-forge python=3.11 liblapack jupyter numpy pandas plotly \
77
&& nimble install -y arraymancer nimpy \
88
&& pip install pqam-rmsadtandoc2023 pathfinding igraph pycalphad==0.10.5

0 commit comments

Comments
 (0)