Spaces:
Sleeping
Sleeping
szymonrucinski
commited on
Commit
•
1d1c180
1
Parent(s):
f1b2916
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
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 git clone https://huggingface.co/szymonrucinski/what-a-shot
|
|
|
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 git clone https://huggingface.co/szymonrucinski/what-a-shot
|