File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# # Global Args #################################################################
2
2
ARG BASE_UBI_IMAGE_TAG=9.2-722
3
3
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
7
7
8
8
# # Base Layer ##################################################################
9
9
FROM registry.access.redhat.com/ubi9/ubi:${BASE_UBI_IMAGE_TAG} as base
@@ -240,7 +240,7 @@ COPY --from=build /opt/miniconda/ /opt/miniconda/
240
240
241
241
ENV PATH=/opt/miniconda/bin:$PATH
242
242
243
- # These could instead come from a explicitly cached images
243
+ # These could instead come from explicitly cached images
244
244
245
245
# Copy build artifacts from flash attention builder
246
246
COPY --from=flash-att-cache /usr/src/flash-attention/build/lib.linux-x86_64-cpython-39 /opt/miniconda/lib/python3.9/site-packages
You can’t perform that action at this time.
0 commit comments