Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
amr8004 authored Jul 24, 2024
1 parent 7fed131 commit 58ec543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ RUN apt-get update \
&& conda install -y -c conda-forge nim \
&& conda install -y python=3.11 liblapack jupyter numpy pandas plotly scikit-learn \
&& nimble install -y arraymancer nimpy \
&& pip install pqam-rmsadtandoc2023 pathfinding
&& pip install git+https://github.com/HUISUN24/scheil.git
&& pip install pqam-rmsadtandoc2023 pathfinding \
&& pip install git+https://github.com/HUISUN24/scheil.git \
&& pip install pycalphad

0 comments on commit 58ec543

Please sign in to comment.