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.
2 parents fbb04f9 + e0095d4 commit 8581a1fCopy full SHA for 8581a1f
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