Skip to content

Commit 507aa2a

Browse files
committed
Update PyTorch to latest nightly build 2.1.0.dev20230822
Signed-off-by: Nick Hill <[email protected]>
1 parent 541d0ae commit 507aa2a

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 #################################################################
22
ARG BASE_UBI_IMAGE_TAG=9.2-722
33
ARG PROTOC_VERSION=24.0
4-
#ARG PYTORCH_INDEX="https://download.pytorch.org/whl/nightly"
5-
ARG PYTORCH_INDEX="https://download.pytorch.org/whl"
6-
ARG PYTORCH_VERSION=2.0.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
77

88
## Base Layer ##################################################################
99
FROM registry.access.redhat.com/ubi9/ubi:${BASE_UBI_IMAGE_TAG} as base
@@ -240,7 +240,7 @@ COPY --from=build /opt/miniconda/ /opt/miniconda/
240240

241241
ENV PATH=/opt/miniconda/bin:$PATH
242242

243-
# These could instead come from a explicitly cached images
243+
# These could instead come from explicitly cached images
244244

245245
# Copy build artifacts from flash attention builder
246246
COPY --from=flash-att-cache /usr/src/flash-attention/build/lib.linux-x86_64-cpython-39 /opt/miniconda/lib/python3.9/site-packages

0 commit comments

Comments
 (0)