pvanand commited on
Commit
19aad44
·
verified ·
1 Parent(s): 9adf1d2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ RUN mkdir -p /app/ipython && chmod -R 777 /app/ipython
25
  RUN mkdir -p /app/output && chmod -R 2777 /app/output
26
 
27
  # Install any needed packages specified in requirements.txt
28
- RUN pip install --no-cache-dir -r requirements.txt
29
 
30
  # Create a non-root user
31
  RUN useradd -m myuser
 
25
  RUN mkdir -p /app/output && chmod -R 2777 /app/output
26
 
27
  # Install any needed packages specified in requirements.txt
28
+ RUN uv pip install --no-cache-dir -r requirements.txt
29
 
30
  # Create a non-root user
31
  RUN useradd -m myuser