szymonrucinski commited on
Commit
efe9834
1 Parent(s): 2b10003

Update Dockerfile

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