haihuynh commited on
Commit
7bf1cfa
1 Parent(s): 1bc904e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -33,9 +33,9 @@ RUN gdown --id 0B7EVK8r0v71pZjFTYXZWM3FlRnM
33
  COPY --chown=user . $HOME/app
34
  # RUN n_files=`unzip -l image_align_celeba.zip | tail -n 1 | xargs echo -n | cut -d' ' -f2`
35
  # RUN unzip -oq img_align_celeba.zip | tqdm --desc extracted --unit files --unit_scale --total $n_files > /dev/null
36
- RUN unzip -q img_align_celeba.zip | pv -l >/dev/null
37
 
38
- # RUN pip install -r requirements.txt
39
- # RUN python cbir_system.py
40
 
41
  CMD ["python"]
 
33
  COPY --chown=user . $HOME/app
34
  # RUN n_files=`unzip -l image_align_celeba.zip | tail -n 1 | xargs echo -n | cut -d' ' -f2`
35
  # RUN unzip -oq img_align_celeba.zip | tqdm --desc extracted --unit files --unit_scale --total $n_files > /dev/null
36
+ RUN unzip -q img_align_celeba.zip
37
 
38
+ RUN pip install -r requirements.txt
39
+ RUN python cbir_system.py
40
 
41
  CMD ["python"]