Spaces:
Paused
Paused
gghfds
commited on
Update Dockerfile
Browse files- 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"]
|