mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-05-08 19:02:07 +00:00
Update installed packages
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
This commit is contained in:
parent
7388468e26
commit
961a133d4b
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user