Skip to content

Commit 9fe9dcd

Browse files
authored
Merge pull request Kaggle#611 from Kaggle/fix-pytorch-audio
Revert pinning pytorch/audio now that the build problems have been fixed
2 parents 724844a + a668075 commit 9fe9dcd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,9 @@ RUN pip install scipy && \
190190
export CFLAGS="-std=c99" && \
191191
conda install -y pytorch-cpu torchvision-cpu -c pytorch && \
192192
# PyTorch Audio
193-
# TODO: remove pinning to a git commit hash when issue https://github.com/pytorch/audio/issues/262 is resolved.
194193
apt-get install -y sox libsox-dev libsox-fmt-all && \
195194
pip install cffi && \
196-
pip install git+git://github.com/pytorch/audio.git@8528ac78cd0522c37216b18ef7ec1822d126d633 && \
195+
pip install git+git://github.com/pytorch/audio.git && \
197196
/tmp/clean-layer.sh
198197

199198
# vtk with dependencies

0 commit comments

Comments
 (0)