File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
jupyter/datascience/ubi9-python-3.12 Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,8 @@ RUN echo "Installing softwares and packages" && \
125
125
# Replace Notebook's launcher, "(ipykernel)" with Python's version 3.x.y \
126
126
sed -i -e "s/Python.*/$(python --version | cut -d '.' -f-2)\",/" /opt/app-root/share/jupyter/kernels/python3/kernel.json && \
127
127
# copy jupyter configuration
128
- cp /opt/app-root/bin/utils/jupyter_server_config.py /opt/app-root/etc/jupyter && \
128
+ install -D -m 0644 /opt/app-root/bin/utils/jupyter_server_config.py \
129
+ /opt/app-root/etc/jupyter/jupyter_server_config.py && \
129
130
# Disable announcement plugin of jupyterlab \
130
131
jupyter labextension disable "@jupyterlab/apputils-extension:announcements" && \
131
132
# Apply JupyterLab addons \
You can’t perform that action at this time.
0 commit comments