osanseviero HF staff commited on
Commit
30a48d6
1 Parent(s): 8c71b74

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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