Skip to content

Commit 0784738

Browse files
committed
Update PyTorch to 2.1.0 release version
Also update to latest UBI image version
1 parent 8dcbad0 commit 0784738

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## Global Args #################################################################
2-
ARG BASE_UBI_IMAGE_TAG=9.2-755
2+
ARG BASE_UBI_IMAGE_TAG=9.2-755.1696515532
33
ARG PROTOC_VERSION=24.3
4-
#ARG PYTORCH_INDEX="https://download.pytorch.org/whl"
5-
ARG PYTORCH_INDEX="https://download.pytorch.org/whl/nightly"
6-
ARG PYTORCH_VERSION=2.1.0.dev20230904
4+
ARG PYTORCH_INDEX="https://download.pytorch.org/whl"
5+
#ARG PYTORCH_INDEX="https://download.pytorch.org/whl/nightly"
6+
ARG PYTORCH_VERSION=2.1.0
77

88
## Base Layer ##################################################################
99
FROM registry.access.redhat.com/ubi9/ubi:${BASE_UBI_IMAGE_TAG} as base

0 commit comments

Comments
 (0)