haihuynh commited on
Commit
967d19e
1 Parent(s): 09dfea5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -30,8 +30,9 @@ 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 n_files=`unzip -l image_align_celeba.zip | tail -n 1 | xargs echo -n | cut -d' ' -f2`
34
- RUN unzip -oq img_align_celeba.zip | tqdm --desc extracted --unit files --unit_scale --total $n_files > /dev/null
 
35
 
36
  # RUN pip install -r requirements.txt
37
  # RUN python cbir_system.py
 
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 n_files=`unzip -l image_align_celeba.zip | tail -n 1 | xargs echo -n | cut -d' ' -f2`
34
+ # RUN unzip -oq img_align_celeba.zip | tqdm --desc extracted --unit files --unit_scale --total $n_files > /dev/null
35
+ RUN unzip -q img_align_celeba.zip | tqdm > /dev/null
36
 
37
  # RUN pip install -r requirements.txt
38
  # RUN python cbir_system.py