Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|