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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  from condaforge/mambaforge
2
 
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 ls
7
  RUN mv ./what-a-shot ./model
 
1
  from condaforge/mambaforge
2
 
3
  RUN git clone https://github.com/szymonrucinski/AiRoll
4
+ WORKDIR /AiRoll
5
  RUN git clone https://huggingface.co/szymonrucinski/what-a-shot
6
  RUN ls
7
  RUN mv ./what-a-shot ./model