Spaces:
Build error
Build error
osanseviero
commited on
Commit
·
ea16275
1
Parent(s):
cb68436
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -9,6 +9,7 @@ RUN conda install \
|
|
9 |
matplotlib \
|
10 |
jupyterlab
|
11 |
WORKDIR /.local
|
|
|
12 |
RUN chown 1000:1000 /.local
|
13 |
RUN chown 1000:1000 /.jupyter
|
14 |
ENV JUPYTER_TOKEN=easy
|
|
|
9 |
matplotlib \
|
10 |
jupyterlab
|
11 |
WORKDIR /.local
|
12 |
+
WORKDIR /.jupyter
|
13 |
RUN chown 1000:1000 /.local
|
14 |
RUN chown 1000:1000 /.jupyter
|
15 |
ENV JUPYTER_TOKEN=easy
|