Skip to content

Commit

Permalink
Update stack/lab/Dockerfile (test)
Browse files Browse the repository at this point in the history
f-d

Co-authored-by: Daniel Hollas <[email protected]>
  • Loading branch information
unkcpz and danielhollas authored Nov 30, 2023
1 parent fe5947a commit 4ec9e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/lab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ COPY --chown=${NB_UID}:${NB_GID} aiidalab-wide-logo.png /tmp/notebook-logo.png
# The directory location of logo.png is in the `/opt/conda/lib/python3.9/site-packages/notebook/static/base/images/logo.png`, but the python version may change
# I use the find to find the location and mv the logo.png to the folder
# copy the logo.png to the folder as logo.png
RUN find "$CONDA_DIR/lib" -path "*/notebook/static/base/images/logo.png" -exec mv /tmp/notebook-logo.png {} \;
RUN mv /tmp/notebook-logo.png /opt/conda/lib/python3*/site-packages/notebook/static/base/images/logo.png

0 comments on commit 4ec9e4c

Please sign in to comment.