Skip to content

Commit 4835725

Browse files
committed
Pin pytorch/audio to the last good commit to work around current broken build
1 parent 94bb5f5 commit 4835725

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,10 @@ RUN pip install scipy && \
189189
export CFLAGS="-std=c99" && \
190190
conda install -y pytorch-cpu torchvision-cpu -c pytorch && \
191191
# PyTorch Audio
192+
# TODO: remove pinning to a git commit hash when issue https://github.com/pytorch/audio/issues/262 is resolved.
192193
apt-get install -y sox libsox-dev libsox-fmt-all && \
193194
pip install cffi && \
194-
pip install git+git://github.com/pytorch/audio.git && \
195+
pip install git+git://github.com/pytorch/audio.git@8528ac78cd0522c37216b18ef7ec1822d126d633 && \
195196
/tmp/clean-layer.sh
196197

197198
# vtk with dependencies

0 commit comments

Comments
 (0)