AdrienB134 commited on
Commit
b39b839
·
verified ·
1 Parent(s): bbf8b0c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -11,8 +11,7 @@ ENV HOME=/home/user \
11
  # Set the working directory to the user's home directory
12
  WORKDIR $HOME/app
13
 
14
- # Try and run pip command after setting the user with `USER user` to avoid permission issues with Python
15
- RUN pip install --no-cache-dir --upgrade pip
16
 
17
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
18
  COPY --chown=user . $HOME/app
 
11
  # Set the working directory to the user's home directory
12
  WORKDIR $HOME/app
13
 
14
+
 
15
 
16
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
17
  COPY --chown=user . $HOME/app