Skip to content

Commit

Permalink
Conda script cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
soupault committed Aug 31, 2018
1 parent 4f65e50 commit 0f465c4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions create_conda_env.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
#!/bin/sh


# Git lfs must be installed!!!!
conda create -y -n deep_knee python=3.6
conda install -y -n deep_knee numpy opencv scipy pyyaml cython matplotlib
conda install -y -n deep_knee pytorch=0.3.1 -c soumith
conda install -y -n deep_knee git-lfs -c conda-forge
conda activate deep_knee

source activate deep_knee
conda install -y numpy opencv scipy pyyaml cython matplotlib
conda install -y pytorch=0.3.1 -c soumith
conda install -y git-lfs -c conda-forge

pip install pip -U
pip install pydicom
Expand Down

0 comments on commit 0f465c4

Please sign in to comment.