AdrienB134 commited on
Commit
08f2f8e
·
verified ·
1 Parent(s): 50ebdb6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
14
  && . ~/.bashrc
15
 
16
  # Copy requirements first to leverage Docker cache
17
- COPY requirements.txt .
18
 
19
  # Install Python dependencies using uv
20
  RUN . ~/.bashrc && uv pip install -r pyproject.toml
 
14
  && . ~/.bashrc
15
 
16
  # Copy requirements first to leverage Docker cache
17
+ COPY pyproject.toml .
18
 
19
  # Install Python dependencies using uv
20
  RUN . ~/.bashrc && uv pip install -r pyproject.toml