File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- ARG UBUNTU_VERSION=22 .04
1+ ARG UBUNTU_VERSION=24 .04
22# This needs to generally match the container host's environment.
3- ARG CUDA_VERSION=12.4.0
3+ ARG CUDA_VERSION=12.8.1
44# Target the CUDA build image
5- ARG BASE_CUDA_DEV_CONTAINER=nvidia/cuda:${CUDA_VERSION}-devel-ubuntu${UBUNTU_VERSION}
5+ ARG BASE_CUDA_DEV_CONTAINER=docker.io/ nvidia/cuda:${CUDA_VERSION}-devel-ubuntu${UBUNTU_VERSION}
66
7- ARG BASE_CUDA_RUN_CONTAINER=nvidia/cuda:${CUDA_VERSION}-runtime-ubuntu${UBUNTU_VERSION}
7+ ARG BASE_CUDA_RUN_CONTAINER=docker.io/ nvidia/cuda:${CUDA_VERSION}-runtime-ubuntu${UBUNTU_VERSION}
88
99FROM ${BASE_CUDA_DEV_CONTAINER} AS build
1010
@@ -60,8 +60,7 @@ RUN apt-get update \
6060 git \
6161 python3 \
6262 python3-pip \
63- && pip install --upgrade pip setuptools wheel \
64- && pip install -r requirements.txt \
63+ && pip install --break-system-packages -r requirements.txt \
6564 && apt autoremove -y \
6665 && apt clean -y \
6766 && rm -rf /tmp/* /var/tmp/* \
You can’t perform that action at this time.
0 commit comments