From ba1001d23c2ccecfa05b6dd9fad21396c0621866 Mon Sep 17 00:00:00 2001 From: Christoph Auer <60343111+cau-git@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:45:17 +0200 Subject: [PATCH] Update Dockerfile Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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