Update installed packages

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
This commit is contained in:
Adrien Gallouët 2025-02-19 16:47:42 +01:00
parent 7388468e26
commit 961a133d4b
No known key found for this signature in database

View File

@ -7,7 +7,7 @@ ARG cuda_arch=75-real;80-real;86-real;89-real;90-real
WORKDIR /opt/src WORKDIR /opt/src
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install -y \ RUN apt update && apt upgrade -y && apt install -y \
clang \ clang \
cmake \ cmake \
curl \ curl \
@ -58,7 +58,7 @@ FROM nvidia/cuda:12.8.0-cudnn-runtime-ubuntu24.04
WORKDIR /app WORKDIR /app
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install -y \ RUN apt update && apt upgrade -y && apt install -y \
python3-venv \ python3-venv \
python3-pip python3-pip