Skip to content

Commit 8581a1f

Browse files
author
Jamie Hall
authored
Merge pull request Kaggle#171 from colllin/patch-1
Update PyTorch conda channel from `soumith` to `pytorch`?
2 parents fbb04f9 + e0095d4 commit 8581a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ RUN apt-get update && \
221221
#./waf configure --mode=release --build-static --with-python --with-cpptests --with-examples --with-vamp && \
222222
#./waf && ./waf install && mv /usr/local/lib/python3.6/site-packages/essentia /opt/conda/lib/python3.6 && \
223223
# PyTorch
224-
conda install -y pytorch torchvision -c soumith && \
224+
conda install -y pytorch torchvision -c pytorch && \
225225
# PyTorch Audio
226226
apt-get install -y sox libsox-dev libsox-fmt-all && \
227227
pip install cffi && \

0 commit comments

Comments
 (0)