Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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
|