We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nim>2
conda
1 parent 81a5b59 commit 0412c6aCopy full SHA for 0412c6a
.devcontainer/Dockerfile
@@ -1,8 +1,8 @@
1
FROM continuumio/miniconda3
2
3
RUN apt-get update \
4
- && apt-get install -y gcc openssl \
5
- && conda install -y -c conda-forge nim \
+ && apt-get install -y gcc \
+ && conda install -y -c conda-forge "nim>2" \
6
&& conda install -y -c conda-forge python=3.11 liblapack jupyter numpy pandas plotly \
7
&& nimble install -y arraymancer nimpy \
8
&& pip install pqam-rmsadtandoc2023 pathfinding igraph pycalphad==0.10.5
0 commit comments