AdrienB134 commited on
Commit
7475792
·
verified ·
1 Parent(s): 99c60dd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.10-slim
3
 
4
 
5
  # Install system dependencies and uv
6
- RUN sudo apt-get update && apt-get install -y \
7
  poppler-utils \
8
  curl \
9
  && rm -rf /var/lib/apt/lists/* \
 
3
 
4
 
5
  # Install system dependencies and uv
6
+ RUN apt-get update && apt-get install -y \
7
  poppler-utils \
8
  curl \
9
  && rm -rf /var/lib/apt/lists/* \