Spaces:
Sleeping
Sleeping
szymonrucinski
commited on
Commit
•
d4ac85f
1
Parent(s):
fe05397
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,6 +1,7 @@
|
|
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
|
|
|
1 |
from condaforge/mambaforge
|
2 |
ENV MPLCONFIGDIR=".config/matplotlib"
|
3 |
RUN mkdir -m 777 .cache .config ./flagged
|
4 |
+
RUN apt update
|
5 |
RUN apt-get install git-lfs
|
6 |
RUN git lfs clone https://github.com/szymonrucinski/AiRoll
|
7 |
WORKDIR /AiRoll
|