Mdean77 commited on
Commit
36478d0
·
1 Parent(s): b68958a

Unfroze the uv sync

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -23,8 +23,8 @@ WORKDIR $HOME/app
23
  COPY --chown=user . $HOME/app
24
 
25
  # Install the dependencies
26
- RUN uv sync --frozen
27
- # RUN uv sync
28
 
29
  # Expose the port
30
  EXPOSE 7860
 
23
  COPY --chown=user . $HOME/app
24
 
25
  # Install the dependencies
26
+ # RUN uv sync --frozen
27
+ RUN uv sync
28
 
29
  # Expose the port
30
  EXPOSE 7860