From 8ad4b19bc73b9e4e8b1877eb01d1d63b808f7b51 Mon Sep 17 00:00:00 2001 From: MasterPhooey Date: Wed, 21 Jan 2026 09:09:06 -0600 Subject: [PATCH] debloat --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 19590fb..5778ead 100644 --- a/dockerfile +++ b/dockerfile @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive # System deps RUN apt-get update && apt-get install -y --no-install-recommends \ python3.12 python3.12-venv python3.12-dev python3-pip python-is-python3 \ - git wget curl unzip ca-certificates nano less nvidia-cuda-toolkit \ + git wget curl unzip ca-certificates nano less \ && rm -rf /var/lib/apt/lists/* \ && mkdir -p /data