Update Dockerfile

Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com>
This commit is contained in:
Christoph Auer 2024-09-26 17:45:17 +02:00 committed by GitHub
parent d4283ccbd4
commit ba1001d23c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ FROM python:3.11-slim-bookworm
ENV GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no" ENV GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no"
RUN apt-get update \ 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 && apt-get clean
# This will install torch with *only* cpu support # This will install torch with *only* cpu support