Skip to content

Commit

Permalink
Merge pull request Kaggle#611 from Kaggle/fix-pytorch-audio
Browse files Browse the repository at this point in the history
Revert pinning pytorch/audio now that the build problems have been fixed
  • Loading branch information
mcollins42 authored Sep 6, 2019
2 parents 724844a + a668075 commit 9fe9dcd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,9 @@ RUN pip install scipy && \
export CFLAGS="-std=c99" && \
conda install -y pytorch-cpu torchvision-cpu -c pytorch && \
# PyTorch Audio
# TODO: remove pinning to a git commit hash when issue https://github.com/pytorch/audio/issues/262 is resolved.
apt-get install -y sox libsox-dev libsox-fmt-all && \
pip install cffi && \
pip install git+git://github.com/pytorch/audio.git@8528ac78cd0522c37216b18ef7ec1822d126d633 && \
pip install git+git://github.com/pytorch/audio.git && \
/tmp/clean-layer.sh

# vtk with dependencies
Expand Down

0 comments on commit 9fe9dcd

Please sign in to comment.