szymonrucinski commited on
Commit
112ebb1
1 Parent(s): 1d1c180

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ RUN git clone https://huggingface.co/szymonrucinski/what-a-shot
7
  RUN ls
8
  RUN mv ./what-a-shot ./model
9
  RUN conda env create -f environment.yaml && conda info
 
10
  SHELL ["conda", "run", "-n", "airoll", "/bin/bash", "-c"]
11
  EXPOSE 7860
12
  CMD ["conda", "run", "-n", "airoll", "python", "start_api.py"]
 
7
  RUN ls
8
  RUN mv ./what-a-shot ./model
9
  RUN conda env create -f environment.yaml && conda info
10
+ RUN mkdir -m 777 flagged
11
  SHELL ["conda", "run", "-n", "airoll", "/bin/bash", "-c"]
12
  EXPOSE 7860
13
  CMD ["conda", "run", "-n", "airoll", "python", "start_api.py"]