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