mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
Update Dockerfile
Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com>
This commit is contained in:
parent
d4283ccbd4
commit
ba1001d23c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user