We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe64133 + 31b8477 commit 3163904Copy full SHA for 3163904
base-notebook/Dockerfile
@@ -44,6 +44,7 @@ ENV PATH=$CONDA_DIR/bin:$PATH \
44
45
# Add a script that we will use to correct permissions after running certain commands
46
ADD fix-permissions /usr/local/bin/fix-permissions
47
+RUN chmod a+rx /usr/local/bin/fix-permissions
48
49
# Enable prompt color in the skeleton .bashrc before creating the default NB_USER
50
RUN sed -i 's/^#force_color_prompt=yes/force_color_prompt=yes/' /etc/skel/.bashrc
0 commit comments