bwarner commited on
Commit
52cdf1b
·
verified ·
1 Parent(s): 69a23e0

Don't install cuda and pytorch for running the web app

Browse files
Files changed (1) hide show
  1. 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