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 724844a + a668075 commit 9fe9dcdCopy full SHA for 9fe9dcd
Dockerfile
@@ -190,10 +190,9 @@ RUN pip install scipy && \
190
export CFLAGS="-std=c99" && \
191
conda install -y pytorch-cpu torchvision-cpu -c pytorch && \
192
# PyTorch Audio
193
- # TODO: remove pinning to a git commit hash when issue https://github.com/pytorch/audio/issues/262 is resolved.
194
apt-get install -y sox libsox-dev libsox-fmt-all && \
195
pip install cffi && \
196
- pip install git+git://github.com/pytorch/audio.git@8528ac78cd0522c37216b18ef7ec1822d126d633 && \
+ pip install git+git://github.com/pytorch/audio.git && \
197
/tmp/clean-layer.sh
198
199
# vtk with dependencies
0 commit comments