szymonrucinski commited on
Commit
f39e53a
1 Parent(s): efe9834

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -3,8 +3,9 @@ from condaforge/mambaforge
3
  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 environment.yaml
 
8
  RUN conda activate AiRoll
9
  CMD ["gradio", "app.py"]
10
  EXPOSE 7860
 
3
  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 ls
8
+ RUN mamba env create -f ./environment.yaml
9
  RUN conda activate AiRoll
10
  CMD ["gradio", "app.py"]
11
  EXPOSE 7860