haihuynh commited on
Commit
3aae2f2
1 Parent(s): 53355d1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -2
Dockerfile CHANGED
@@ -31,7 +31,9 @@ RUN gdown --id 0B7EVK8r0v71pZjFTYXZWM3FlRnM
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
 
34
- RUN pip install -r requirements.txt
35
- RUN python cbir_system.py
 
 
36
 
37
  CMD ["python"]
 
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
 
34
+
35
+ RUN ls
36
+ # RUN pip install -r requirements.txt
37
+ # RUN python cbir_system.py
38
 
39
  CMD ["python"]