diff --git a/Dockerfile b/Dockerfile index d4ddc25f..cf9cc34e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,6 +67,11 @@ ARG PIP_CACHE_DIR=/tmp/pip-cache RUN --mount=type=cache,target=${PIP_CACHE_DIR} \ python3 -m build --wheel +# verify installed files +RUN --mount=type=cache,target=${PIP_CACHE_DIR} \ + python3 -m pip install ./dist/*.whl \ + && cd ci \ + && python3 check_installed_data.py ###################################################################### # All other wheels required by JupyterHub, some are platform specific