awinml commited on
Commit
f29f1be
·
verified ·
1 Parent(s): f59a65d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -14,9 +14,6 @@ ENV HOME=/home/user \
14
  # Set the working directory to the user's home directory
15
  WORKDIR $HOME/app
16
 
17
- # Try and run pip command after setting the user with `USER user` to avoid permission issues with Python
18
- RUN pip install --no-cache-dir --upgrade pip
19
-
20
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
21
  COPY --chown=user . $HOME/app
22
 
 
14
  # Set the working directory to the user's home directory
15
  WORKDIR $HOME/app
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
19