szymonrucinski commited on
Commit
57dbbdc
1 Parent(s): 65922ae

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ RUN cd ./AiRoll
5
  RUN git clone https://huggingface.co/szymonrucinski/what-a-shot
6
  RUN ls
7
  RUN mv ./what-a-shot ./model
8
- RUN mamba env create -f env.yml
9
  RUN conda activate airoll
10
  CMD ["gradio", "app.py"]
11
  EXPOSE 7860
 
5
  RUN git clone https://huggingface.co/szymonrucinski/what-a-shot
6
  RUN ls
7
  RUN mv ./what-a-shot ./model
8
+ RUN mamba env create -f ./environment.yaml
9
  RUN conda activate airoll
10
  CMD ["gradio", "app.py"]
11
  EXPOSE 7860