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 d1d2bbd commit 783bf91Copy full SHA for 783bf91
Dockerfile
@@ -3,7 +3,7 @@ ARG BASE_UBI_IMAGE_TAG=9.2-722.1692769367
3
ARG PROTOC_VERSION=24.1
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.dev20230822
+ARG PYTORCH_VERSION=2.1.0.dev20230904
7
8
## Base Layer ##################################################################
9
FROM registry.access.redhat.com/ubi9/ubi:${BASE_UBI_IMAGE_TAG} as base
0 commit comments