szymonrucinski commited on
Commit
cc1aa94
1 Parent(s): 77c8a04

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN git checkout update-reqs
7
  RUN git clone https://huggingface.co/szymonrucinski/what-a-shot
8
  RUN ls
9
  RUN mv ./what-a-shot ./model
10
- RUN pip install -r .requirements.txt
11
  RUN mkdir -m 777 flagged
12
  RUN ls
13
  EXPOSE 7860
 
7
  RUN git clone https://huggingface.co/szymonrucinski/what-a-shot
8
  RUN ls
9
  RUN mv ./what-a-shot ./model
10
+ RUN pip install -r requirements.txt
11
  RUN mkdir -m 777 flagged
12
  RUN ls
13
  EXPOSE 7860