Spaces:
Build error
Build error
osanseviero
commited on
Commit
·
92dc465
1
Parent(s):
d0d91ab
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -9,4 +9,7 @@ RUN conda install \
|
|
9 |
matplotlib \
|
10 |
jupyterlab
|
11 |
|
|
|
|
|
|
|
12 |
CMD ["jupyter-lab","--ip=0.0.0.0", "--port=7860"]
|
|
|
9 |
matplotlib \
|
10 |
jupyterlab
|
11 |
|
12 |
+
RUN chown 1000:1000 /.local
|
13 |
+
|
14 |
+
|
15 |
CMD ["jupyter-lab","--ip=0.0.0.0", "--port=7860"]
|