File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -162,14 +162,14 @@ pytorch_tutorial_build_defaults: &pytorch_tutorial_build_defaults
162
162
163
163
pytorch_tutorial_build_worker_defaults : &pytorch_tutorial_build_worker_defaults
164
164
environment :
165
- DOCKER_IMAGE : " 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda9 -cudnn7-py3"
166
- CUDA_VERSION : " 9 "
165
+ DOCKER_IMAGE : " 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda10 -cudnn7-py3-gcc7 "
166
+ CUDA_VERSION : " 10 "
167
167
resource_class : gpu.medium
168
168
<< : *pytorch_tutorial_build_defaults
169
169
170
170
pytorch_tutorial_build_manager_defaults : &pytorch_tutorial_build_manager_defaults
171
171
environment :
172
- DOCKER_IMAGE : " 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda9 -cudnn7-py3"
172
+ DOCKER_IMAGE : " 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-xenial-cuda10 -cudnn7-py3-gcc7 "
173
173
resource_class : medium
174
174
<< : *pytorch_tutorial_build_defaults
175
175
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ pip install sphinx-gallery tqdm matplotlib ipython pillow==4.1.1
27
27
# Install torchvision from conda
28
28
pip uninstall -y torchvision || true
29
29
pip uninstall -y torchvision || true
30
- # GPU, requires CUDA version 9 .0
31
- conda install https://anaconda.org/ pytorch/ torchvision/0.3.0/download/linux-64/torchvision-0.3.0-py36_cu9.0.176_1.tar.bz2 --no-deps
30
+ # GPU, requires CUDA version 10 .0
31
+ conda install -c pytorch torchvision --no-deps
32
32
33
33
# Install torchaudio from source
34
34
git clone https://github.com/pytorch/audio --quiet
@@ -45,8 +45,8 @@ if [[ $(pip show torch) ]]; then
45
45
fi
46
46
47
47
# Install a nightly build of pytorch
48
- # GPU, requires CUDA version 9 .0
49
- pip install cython torch_nightly -f https://download.pytorch.org/whl/nightly/cu90 /torch_nightly.html
48
+ # GPU, requires CUDA version 10 .0
49
+ pip install cython torch_nightly -f https://download.pytorch.org/whl/nightly/cu100 /torch_nightly.html
50
50
51
51
# Decide whether to parallelize tutorial builds, based on $JOB_BASE_NAME
52
52
export NUM_WORKERS=20
You can’t perform that action at this time.
0 commit comments