haihuynh commited on
Commit
e5ec5f2
1 Parent(s): 9c42606

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 -q img_align_celeba.zip
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