Skip to content

Commit bf9d8c5

Browse files
committed
build fix.
1 parent 58ef564 commit bf9d8c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile.jupyter

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ ARG UV_VERSION=0.9
33
ARG PLUGIN_NAME="PLUGIN"
44
ARG PYTHON_VERSION=3.12
55
ARG SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYNXTOOLS_SPM="0.0.0+0.gunknown"
6-
ARG EXAMPLES_DIR="./src/test_north/north_tools/spm_jupyter/examples"
6+
# path relative to the build context
7+
ARG EXAMPLES_DIR="src/pynxtools_spm/north_tools/spm_jupyter/examples"
78
FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_stage
89

910
FROM quay.io/jupyter/scipy-notebook:${JUPYTER_TAG} AS scipy_notebook

0 commit comments

Comments
 (0)