Mdean77 commited on
Commit
df122db
·
2 Parent(s): cbe7146 9488b3b

Merge branch 'main' of hf.co:spaces/Mdean77/UV-PythonicRAG

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -21,6 +21,7 @@ COPY --chown=user . $HOME/app
21
 
22
  # Install the dependencies
23
  RUN uv sync --frozen
 
24
 
25
  # Expose the port
26
  EXPOSE 7860
 
21
 
22
  # Install the dependencies
23
  RUN uv sync --frozen
24
+ # RUN uv sync
25
 
26
  # Expose the port
27
  EXPOSE 7860