From b868e2c35c37a9a2a2e433b454b6ec0ec4010951 Mon Sep 17 00:00:00 2001 From: Jake Poznanski Date: Wed, 24 Sep 2025 21:48:41 +0000 Subject: [PATCH] Basing off of vllm official docker image now --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e7bed77..6fb408a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,9 +11,6 @@ RUN echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula sele apt-get install -y --no-install-recommends poppler-utils fonts-crosextra-caladea fonts-crosextra-carlito gsfonts lcdf-typetools ttf-mscorefonts-installer -# Install uv for faster pip installs -RUN --mount=type=cache,target=/root/.cache/uv python3 -m pip install uv - # Install some helper utilities for things like the benchmark RUN apt-get update -y && apt-get install -y --no-install-recommends \ git \