Skip to content

Commit 783bf91

Browse files
committed
Bump to latest pytorch nightly 2.1.0.dev20230904
Includes flash attention v2
1 parent d1d2bbd commit 783bf91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG BASE_UBI_IMAGE_TAG=9.2-722.1692769367
33
ARG PROTOC_VERSION=24.1
44
#ARG PYTORCH_INDEX="https://download.pytorch.org/whl"
55
ARG PYTORCH_INDEX="https://download.pytorch.org/whl/nightly"
6-
ARG PYTORCH_VERSION=2.1.0.dev20230822
6+
ARG PYTORCH_VERSION=2.1.0.dev20230904
77

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

0 commit comments

Comments
 (0)