File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# # Global Args #################################################################
2
- ARG BASE_UBI_IMAGE_TAG=9.2-755.1696515532
2
+ ARG BASE_UBI_IMAGE_TAG=9.2-755.1697625012
3
3
ARG PROTOC_VERSION=24.4
4
4
ARG PYTORCH_INDEX="https://download.pytorch.org/whl"
5
5
# ARG PYTORCH_INDEX="https://download.pytorch.org/whl/nightly"
@@ -178,7 +178,7 @@ ARG PYTORCH_VERSION
178
178
RUN dnf install -y unzip git ninja-build && dnf clean all
179
179
180
180
RUN cd ~ && \
181
- curl -L -O https://repo.anaconda.com/miniconda/Miniconda3-py311_23.5.2 -0-Linux-x86_64.sh && \
181
+ curl -L -O https://repo.anaconda.com/miniconda/Miniconda3-py311_23.9.0 -0-Linux-x86_64.sh && \
182
182
chmod +x Miniconda3-*-Linux-x86_64.sh && \
183
183
bash ./Miniconda3-*-Linux-x86_64.sh -bf -p /opt/miniconda
184
184
You can’t perform that action at this time.
0 commit comments