This commit is contained in:
Ayaz Salikhov
2021-05-22 14:01:01 +03:00
parent d65334bdfb
commit fbceaa9892
10 changed files with 34 additions and 39 deletions

View File

@@ -7,7 +7,7 @@ FROM jupyter/minimal-notebook:55d5ca6be183
USER root
# Add permanent apt-get installs and other root commands here
# e.g., RUN apt-get install npm nodejs
# e.g., RUN apt-get install --yes --no-install-recommends npm nodejs
USER $NB_UID