Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -20,8 +20,8 @@ WORKDIR $HOME/app
|
|
20 |
COPY --chown=user . $HOME/app
|
21 |
|
22 |
# Install the dependencies
|
23 |
-
|
24 |
-
RUN uv sync
|
25 |
|
26 |
# Expose the port
|
27 |
EXPOSE 7860
|
|
|
20 |
COPY --chown=user . $HOME/app
|
21 |
|
22 |
# Install the dependencies
|
23 |
+
RUN uv sync --frozen
|
24 |
+
# RUN uv sync
|
25 |
|
26 |
# Expose the port
|
27 |
EXPOSE 7860
|