File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -65,15 +65,8 @@ pytorch_tutorial_build_defaults: &pytorch_tutorial_build_defaults
65
65
command : |
66
66
set -e
67
67
68
- # Get latest PyTorch docker image version
69
- curl -O https://raw.githubusercontent.com/pytorch/pytorch/master/.circleci/config.yml
70
- while read line; do
71
- if [[ "$line" == *PyTorchDockerVersion* ]]; then
72
- export pyTorchDockerImageTag=${line:23} # len("# PyTorchDockerVersion:") == 23
73
- echo "PyTorchDockerImageTag: "${pyTorchDockerImageTag}
74
- break
75
- fi
76
- done < config.yml
68
+ export pyTorchDockerImageTag=291
69
+ echo "PyTorchDockerImageTag: "${pyTorchDockerImageTag}
77
70
78
71
cat >/home/circleci/project/ci_build_script.sh <<EOL
79
72
# =================== The following code will be executed inside Docker container ===================
You can’t perform that action at this time.
0 commit comments