Skip to content

Commit 8d3867f

Browse files
authored
Update Dockerfile
1 parent a7863bc commit 8d3867f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ ENV NO_DISTRIBUTED=1
66
ENV NO_MKLDNN=1
77
ENV USE_NCCL=0
88
ENV BUILD_TEST=0
9-
ARG TORCHVER=v1.9.0
10-
ARG TORCHVISIONVER=v0.10.0
11-
ARG TORCHAUDIOVER=v0.9.0
9+
ARG TORCHVER=v1.10.0
10+
ARG TORCHVISIONVER=v0.11.1
11+
ARG TORCHAUDIOVER=v0.10.0
1212
# 1.19.5 or 1.21.2
13-
ARG NUMPYVER=1.21.2
13+
ARG NUMPYVER=1.19.5
1414

1515
RUN apt update --allow-releaseinfo-change \
1616
&& apt upgrade -y \
@@ -65,4 +65,4 @@ RUN git clone -b ${TORCHAUDIOVER} https://github.com/pytorch/audio.git \
6565
&& python3 setup.py bdist_wheel \
6666
&& cp dist/* /wheels \
6767
&& cd .. \
68-
&& rm -rf /audio
68+
&& rm -rf /audio

0 commit comments

Comments
 (0)