Spaces:
Build error
Build error
Commit
·
30a48d6
1
Parent(s):
8c71b74
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -8,7 +8,8 @@ RUN conda install \
|
|
8 |
pandas \
|
9 |
matplotlib \
|
10 |
jupyterlab
|
11 |
-
|
|
|
12 |
ENV JUPYTER_TOKEN=easy
|
13 |
EXPOSE 7860
|
14 |
|
|
|
8 |
pandas \
|
9 |
matplotlib \
|
10 |
jupyterlab
|
11 |
+
|
12 |
+
RUN chown 1000:1000 /.local
|
13 |
ENV JUPYTER_TOKEN=easy
|
14 |
EXPOSE 7860
|
15 |
|