Don't install cuda and pytorch for running the web app
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,7 +29,7 @@ RUN chown -R appuser:appuser /app/.cache
|
|
29 |
# Switch to the non-root user
|
30 |
USER appuser
|
31 |
|
32 |
-
RUN python -m uv sync --frozen
|
33 |
|
34 |
# Expose port 8001
|
35 |
EXPOSE 8001
|
|
|
29 |
# Switch to the non-root user
|
30 |
USER appuser
|
31 |
|
32 |
+
RUN python -m uv sync --no-dev --frozen
|
33 |
|
34 |
# Expose port 8001
|
35 |
EXPOSE 8001
|