Spaces:
Runtime error
Runtime error
Installed uv into app folder
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,7 +20,7 @@ ENV UVICORN_WS_PROTOCOL=websockets
|
|
| 20 |
|
| 21 |
# Set the working directory
|
| 22 |
WORKDIR $HOME/app
|
| 23 |
-
|
| 24 |
|
| 25 |
# # Copy the app to the container
|
| 26 |
COPY --chown=user . $HOME/app
|
|
|
|
| 20 |
|
| 21 |
# Set the working directory
|
| 22 |
WORKDIR $HOME/app
|
| 23 |
+
RUN curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR=$HOME/app sh
|
| 24 |
|
| 25 |
# # Copy the app to the container
|
| 26 |
COPY --chown=user . $HOME/app
|