Spaces:
Runtime error
Runtime error
Trying to install uv as root
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -20,6 +20,7 @@ ENV UVICORN_WS_PROTOCOL=websockets
|
|
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
|
|
|
20 |
|
21 |
# Set the working directory
|
22 |
WORKDIR $HOME/app
|
23 |
+
USER root
|
24 |
RUN curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR=$HOME/app sh
|
25 |
|
26 |
# # Copy the app to the container
|