gghfds commited on
Commit
7b341f2
·
verified ·
1 Parent(s): 26534b4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -41,4 +41,7 @@ RUN chmod +x /start
41
  RUN chmod +x /workspace/miniconda3/etc/profile.d/conda.sh
42
  # Define the entrypoint to start your application
43
  RUN chown -R root:root /workspace
 
 
 
44
  CMD ["/start"]
 
41
  RUN chmod +x /workspace/miniconda3/etc/profile.d/conda.sh
42
  # Define the entrypoint to start your application
43
  RUN chown -R root:root /workspace
44
+ RUN mkdir -p /workspace/.local/share/jupyter/runtime \
45
+ && chown -R root:root /workspace/.local \
46
+ && chmod -R 777 /workspace/.local
47
  CMD ["/start"]