Skip to content

Commit

Permalink
Merge pull request #450 from NeuroDesk/felenitaribeiro-patch-1
Browse files Browse the repository at this point in the history
Update build.sh
  • Loading branch information
felenitaribeiro authored Sep 21, 2023
2 parents 6df855f + f90fb9b commit 09546d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/deepretinotopy/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ neurodocker generate ${neurodocker_buildMode} \
--install git \
--miniconda version=py37_4.8.3 \
conda_install='pytorch=1.6.0 torchvision=0.7.0 cudatoolkit=10.2 -c pytorch' \
pip_install='packaging pandas seaborn nibabel torch-geometric==1.6.3 scikit-learn==0.22.2 scipy==1.1.0 matplotlib==3.2.1' \
pip_install='packaging pandas==1.1.5 seaborn==0.11.1 nibabel==3.2.1 torch-geometric==1.6.3 scikit-learn==0.22.2 scipy==1.5.4 matplotlib==3.3.4' \
--run='pip install --no-index torch-sparse -f https://pytorch-geometric.com/whl/torch-1.6.0+cu102.html' \
--run='pip install --no-index torch-scatter -f https://pytorch-geometric.com/whl/torch-1.6.0+cu102.html' \
--run='pip install --no-index torch-cluster -f https://pytorch-geometric.com/whl/torch-1.6.0+cu102.html' \
Expand Down

0 comments on commit 09546d4

Please sign in to comment.