haihuynh commited on
Commit
bb8a585
1 Parent(s): 47ab8d5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -28,8 +28,8 @@ WORKDIR $HOME/app
28
 
29
  # Try and run pip command after setting the user with `USER user` to avoid permission issues with Python
30
  RUN pip install --no-cache-dir --upgrade pip
31
- RUN pip install gdown tqdm
32
- RUN gdown --id 0B7EVK8r0v71pZjFTYXZWM3FlRnM
33
 
34
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
35
  COPY --chown=user . $HOME/app
 
28
 
29
  # Try and run pip command after setting the user with `USER user` to avoid permission issues with Python
30
  RUN pip install --no-cache-dir --upgrade pip
31
+ # RUN pip install gdown tqdm
32
+ # RUN gdown --id 0B7EVK8r0v71pZjFTYXZWM3FlRnM
33
 
34
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
35
  COPY --chown=user . $HOME/app