From 59dbe11c4f51b6ecc03b9e1062c68135660e27b8 Mon Sep 17 00:00:00 2001 From: Yaser Jaradeh Date: Mon, 13 Jan 2025 16:35:40 +0100 Subject: [PATCH] Use Devel as the base image --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f3c53960..e4804522 100644 --- a/Dockerfile +++ b/Dockerfile @@ -174,7 +174,7 @@ COPY server/Makefile-flashinfer Makefile RUN make install-flashinfer # Text Generation Inference base image -FROM nvidia/cuda:12.1.0-base-ubuntu22.04 AS base +FROM nvidia/cuda:12.4.1-devel-ubuntu22.04 AS base # Conda env ENV PATH=/opt/conda/bin:$PATH \ @@ -193,7 +193,6 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins make \ curl \ git \ - python3.11-dev \ && rm -rf /var/lib/apt/lists/* # Copy conda with PyTorch installed