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 a7863bc commit 8d3867fCopy full SHA for 8d3867f
Dockerfile
@@ -6,11 +6,11 @@ ENV NO_DISTRIBUTED=1
6
ENV NO_MKLDNN=1
7
ENV USE_NCCL=0
8
ENV BUILD_TEST=0
9
-ARG TORCHVER=v1.9.0
10
-ARG TORCHVISIONVER=v0.10.0
11
-ARG TORCHAUDIOVER=v0.9.0
+ARG TORCHVER=v1.10.0
+ARG TORCHVISIONVER=v0.11.1
+ARG TORCHAUDIOVER=v0.10.0
12
# 1.19.5 or 1.21.2
13
-ARG NUMPYVER=1.21.2
+ARG NUMPYVER=1.19.5
14
15
RUN apt update --allow-releaseinfo-change \
16
&& apt upgrade -y \
@@ -65,4 +65,4 @@ RUN git clone -b ${TORCHAUDIOVER} https://github.com/pytorch/audio.git \
65
&& python3 setup.py bdist_wheel \
66
&& cp dist/* /wheels \
67
&& cd .. \
68
- && rm -rf /audio
+ && rm -rf /audio
0 commit comments