We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
conda install pytorch -c soumith
-c pytorch
1 parent a7e8dd8 commit e0095d4Copy full SHA for e0095d4
Dockerfile
@@ -221,7 +221,7 @@ RUN apt-get update && \
221
#./waf configure --mode=release --build-static --with-python --with-cpptests --with-examples --with-vamp && \
222
#./waf && ./waf install && mv /usr/local/lib/python3.6/site-packages/essentia /opt/conda/lib/python3.6 && \
223
# PyTorch
224
- conda install -y pytorch torchvision -c soumith && \
+ conda install -y pytorch torchvision -c pytorch && \
225
# PyTorch Audio
226
apt-get install -y sox libsox-dev libsox-fmt-all && \
227
pip install cffi && \
0 commit comments