mirror of
https://github.com/docling-project/docling.git
synced 2025-06-27 05:20:05 +00:00
chore: properly clean up apt temporary files in Dockerfile (#1223)
Signed-off-by: Peter Dave Hello <hsu@peterdavehello.org>
This commit is contained in:
parent
7df157204b
commit
8ebb0bf1a0
@ -4,7 +4,7 @@ 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 procps \
|
&& apt-get install -y libgl1 libglib2.0-0 curl wget git procps \
|
||||||
&& apt-get clean
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# This will install torch with *only* cpu support
|
# This will install torch with *only* cpu support
|
||||||
# Remove the --extra-index-url part if you want to install all the gpu requirements
|
# Remove the --extra-index-url part if you want to install all the gpu requirements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user