Skip to content

Commit 3370d0c

Browse files
authored
Update Dockerfile.pip
1 parent 958de98 commit 3370d0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/Dockerfile.pip

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ RUN ${PYTHON} -m pip --no-cache-dir install --upgrade \
3030
# Some TF tools expect a "python" binary
3131
RUN ln -s $(which ${PYTHON}) /usr/local/bin/python
3232

33-
ARG IPEX_VERSION=1.11.0
34-
ARG PYTORCH_VERSION=1.11.0+cpu
35-
ARG TORCHAUDIO_VERSION=0.11.0
36-
ARG TORCHVISION_VERSION=0.12.0+cpu
33+
ARG IPEX_VERSION=1.12.0
34+
ARG PYTORCH_VERSION=1.12.0+cpu
35+
ARG TORCHAUDIO_VERSION=0.12.0
36+
ARG TORCHVISION_VERSION=0.13.0+cpu
3737
ARG TORCH_CPU_URL=https://download.pytorch.org/whl/cpu/torch_stable.html
3838
ARG IPEX_URL=https://software.intel.com/ipex-whl-stable
3939

0 commit comments

Comments
 (0)