Skip to content

Commit b85eae9

Browse files
committed
Update UBI base image, miniforge and some dependencies
Updates some python and rust dependencies Including to resolve aiohttp CVE
1 parent 8fd3a58 commit b85eae9

File tree

7 files changed

+344
-311
lines changed

7 files changed

+344
-311
lines changed

Cargo.lock

Lines changed: 36 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Global Args #################################################################
2-
ARG BASE_UBI_IMAGE_TAG=9.3-1476
3-
ARG PROTOC_VERSION=25.1
2+
ARG BASE_UBI_IMAGE_TAG=9.3-1552
3+
ARG PROTOC_VERSION=25.2
44
#ARG PYTORCH_INDEX="https://download.pytorch.org/whl"
55
ARG PYTORCH_INDEX="https://download.pytorch.org/whl/nightly"
66
ARG PYTORCH_VERSION=2.3.0.dev20240125
@@ -181,7 +181,7 @@ FROM cuda-devel as python-builder
181181
ARG PYTORCH_INDEX
182182
ARG PYTORCH_VERSION
183183
ARG PYTHON_VERSION
184-
ARG MINIFORGE_VERSION=23.3.1-1
184+
ARG MINIFORGE_VERSION=23.11.0-0
185185

186186
# consistent arch support anywhere we compile CUDA code
187187
ENV TORCH_CUDA_ARCH_LIST="8.0;8.6+PTX;8.9"

0 commit comments

Comments
 (0)