Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -4
Dockerfile
CHANGED
@@ -30,11 +30,8 @@ RUN gdown --id 0B7EVK8r0v71pZjFTYXZWM3FlRnM
|
|
30 |
|
31 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
32 |
COPY --chown=user . $HOME/app
|
33 |
-
RUN unzip -
|
34 |
|
35 |
-
RUN ls
|
36 |
-
RUN chmod 777 img_align_celeba
|
37 |
-
RUN ls -1 $HOME/app/img_align_celeba/* | wc -l
|
38 |
# RUN pip install -r requirements.txt
|
39 |
# RUN python cbir_system.py
|
40 |
|
|
|
30 |
|
31 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
32 |
COPY --chown=user . $HOME/app
|
33 |
+
RUN unzip -pq img_align_celeba.zip
|
34 |
|
|
|
|
|
|
|
35 |
# RUN pip install -r requirements.txt
|
36 |
# RUN python cbir_system.py
|
37 |
|