szymonrucinski commited on
Commit
fe05397
1 Parent(s): c132419

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,10 +1,10 @@
1
  from condaforge/mambaforge
2
  ENV MPLCONFIGDIR=".config/matplotlib"
3
  RUN mkdir -m 777 .cache .config ./flagged
4
- RUN git clone https://github.com/szymonrucinski/AiRoll
 
5
  WORKDIR /AiRoll
6
  RUN apt update
7
- RUN apt-get install git-lfs
8
  RUN git lfs clone https://huggingface.co/szymonrucinski/what-a-shot
9
  RUN ls
10
  RUN mv ./what-a-shot ./model
 
1
  from condaforge/mambaforge
2
  ENV MPLCONFIGDIR=".config/matplotlib"
3
  RUN mkdir -m 777 .cache .config ./flagged
4
+ RUN apt-get install git-lfs
5
+ RUN git lfs clone https://github.com/szymonrucinski/AiRoll
6
  WORKDIR /AiRoll
7
  RUN apt update
 
8
  RUN git lfs clone https://huggingface.co/szymonrucinski/what-a-shot
9
  RUN ls
10
  RUN mv ./what-a-shot ./model