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.
1 parent 7009801 commit a47ce88Copy full SHA for a47ce88
src/xmipp/bindings/python/envs_DLTK/xmipp_pyTorch-gpu.yml
@@ -13,8 +13,11 @@ dependencies:
13
- pillow
14
- libstdcxx-ng=14.2.0 # To be compatible with scipion env
15
- pytorch-gpu=1.13.1
16
- - torchvision=0.14
17
- - cudatoolkit=11.3.1
+ - cudatoolkit=11.3
+ - libcurl=7
18
- pip
19
- pip:
20
+ - --extra-index-url https://download.pytorch.org/whl/torch_stable.html
21
- numpy==1.23
22
+ - torch==1.13.0
23
+ - torchvision==0.14.0
src/xmipp/bindings/python/envs_DLTK/xmipp_pyTorch.yml
@@ -11,6 +11,7 @@ dependencies:
11
- starfile=0.4.11 # Última con formato *.bz2
12
- requests=2
0 commit comments