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