From 4ec9e4c8e8e083b304c075720629d8c2015dc028 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Fri, 1 Dec 2023 00:19:51 +0100 Subject: [PATCH] Update stack/lab/Dockerfile (test) f-d Co-authored-by: Daniel Hollas --- stack/lab/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack/lab/Dockerfile b/stack/lab/Dockerfile index ad82c36d..54a278fc 100644 --- a/stack/lab/Dockerfile +++ b/stack/lab/Dockerfile @@ -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