Mdean77 commited on
Commit
b9aa159
·
1 Parent(s): a4a9966

Trying to install uv as root

Browse files
Files changed (1) hide show
  1. 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