Spaces:
Sleeping
Sleeping
Unfroze the uv sync
Browse files- 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 |
-
|
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
|