Skip to content

Commit 93b9528

Browse files
author
Will Feng
committed
Revert "update"
This reverts commit ac0cc5b.
1 parent a89c732 commit 93b9528

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pytorch_tutorial_build_defaults: &pytorch_tutorial_build_defaults
113113
command: |
114114
set -e
115115
116-
export pyTorchDockerImageTag=300
116+
export pyTorchDockerImageTag=291
117117
echo "PyTorchDockerImageTag: "${pyTorchDockerImageTag}
118118
119119
cat >/home/circleci/project/ci_build_script.sh <<EOL

.jenkins/build.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ sudo apt-get install -y --no-install-recommends unzip p7zip-full sox libsox-dev
1414
export PATH=/opt/conda/bin:$PATH
1515
rm -rf src
1616
pip install -r $DIR/../requirements.txt
17+
pip uninstall -y torchvision || true
1718

1819
export PATH=/opt/conda/bin:$PATH
1920
conda install -y sphinx==1.8.2 pandas
@@ -24,10 +25,8 @@ pip install -e git+git://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch
2425
# this is a workaround to the issue.
2526
pip install sphinx-gallery tqdm matplotlib ipython pillow==4.1.1
2627

27-
# Install torchvision from conda
28-
pip uninstall -y torchvision || true
29-
pip uninstall -y torchvision || true
30-
conda install -c pytorch torchvision
28+
# Install torchvision from pip
29+
pip install torchvision --no-deps
3130

3231
# Install torchaudio from source
3332
git clone https://github.com/pytorch/audio --quiet

0 commit comments

Comments
 (0)