Spaces:
Sleeping
Sleeping
Merge branch 'main' of hf.co:spaces/Mdean77/UV-PythonicRAG
Browse files- 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
|