AdrienB134 commited on
Commit
709793c
·
verified ·
1 Parent(s): 08f2f8e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y \
17
  COPY pyproject.toml .
18
 
19
  # Install Python dependencies using uv
20
- RUN . ~/.bashrc && uv pip install -r pyproject.toml
21
 
22
  # Copy the rest of the application
23
  COPY . .
 
17
  COPY pyproject.toml .
18
 
19
  # Install Python dependencies using uv
20
+ RUN . ~/.bashrc && uv pip install -r pyproject.toml --system
21
 
22
  # Copy the rest of the application
23
  COPY . .