Spaces:
Sleeping
Sleeping
Commit
·
fe05397
1
Parent(s):
c132419
Update Dockerfile
Browse files- 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
|
|
|
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
|