File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# Built automatically by setup-cluster.sh and imported into K3s containerd.
55# Rebuild when requirements/*.txt changes.
66
7- FROM nvcr.io/nvidia/cuda-dl-base:25.03 -cuda12.8 -devel-ubuntu24.04
7+ FROM nvcr.io/nvidia/cuda-dl-base:25.04 -cuda12.9 -devel-ubuntu24.04
88
99ENV DEBIAN_FRONTEND=noninteractive
1010ENV PATH="/opt/venv/bin:${PATH}"
@@ -15,7 +15,7 @@ RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
1515 && apt-get install -y --no-install-recommends \
1616 ccache software-properties-common git curl sudo jq lsof \
1717 python3 python3-dev python3-venv python3-pip tzdata libxcb1-dev \
18- && ldconfig /usr/local/cuda-12.8 /compat/ \
18+ && ldconfig /usr/local/cuda-12.9 /compat/ \
1919 && curl -LsSf https://astral.sh/uv/install.sh | sh \
2020 && mv ~/.local/bin/uv /usr/local/bin/ \
2121 && mv ~/.local/bin/uvx /usr/local/bin/ \
You can’t perform that action at this time.
0 commit comments