diff --git a/Dockerfile b/Dockerfile index 298291e9..dd87b0fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:3.11-slim-bookworm ENV GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no" RUN apt-get update \ - && apt-get install -y libgl1 libglib2.0-0 curl wget git vim procps \ + && apt-get install -y libgl1 libglib2.0-0 curl wget git procps \ && apt-get clean # This will install torch with *only* cpu support