@@ -14,7 +14,7 @@ sudo apt-get install -y --no-install-recommends unzip p7zip-full sox libsox-dev
14
14
export PATH=/opt/conda/bin:$PATH
15
15
rm -rf src
16
16
pip install -r $DIR /../requirements.txt
17
- pip uninstall -y torchvision || true
17
+ # pip uninstall -y torchvision || true
18
18
19
19
export PATH=/opt/conda/bin:$PATH
20
20
conda install -y sphinx==1.8.2 pandas
@@ -25,13 +25,13 @@ pip install -e git+git://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch
25
25
# this is a workaround to the issue.
26
26
pip install sphinx-gallery tqdm matplotlib ipython pillow==4.1.1
27
27
28
- # Install torchvision from conda (and install torch along with it)
29
- if [[ $( pip show torch) ]]; then
30
- # Clean up previous PyTorch installations
31
- pip uninstall -y torch || true
32
- pip uninstall -y torch || true
33
- fi
34
- conda install -c pytorch torchvision
28
+ # # Install torchvision from conda (and install torch along with it)
29
+ # if [[ $(pip show torch) ]]; then
30
+ # # Clean up previous PyTorch installations
31
+ # pip uninstall -y torch || true
32
+ # pip uninstall -y torch || true
33
+ # fi
34
+ # conda install -c pytorch torchvision
35
35
36
36
# Install torchaudio from source
37
37
git clone https://github.com/pytorch/audio --quiet
0 commit comments