We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ef564 commit bf9d8c5Copy full SHA for bf9d8c5
docker/Dockerfile.jupyter
@@ -3,7 +3,8 @@ ARG UV_VERSION=0.9
3
ARG PLUGIN_NAME="PLUGIN"
4
ARG PYTHON_VERSION=3.12
5
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"
+# path relative to the build context
7
+ARG EXAMPLES_DIR="src/pynxtools_spm/north_tools/spm_jupyter/examples"
8
FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_stage
9
10
FROM quay.io/jupyter/scipy-notebook:${JUPYTER_TAG} AS scipy_notebook
0 commit comments