We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f70a4 commit 7243681Copy full SHA for 7243681
.docker/server_dockerfile
@@ -38,6 +38,9 @@ ENV SETUPTOOLS_SCM_PRETEND_VERSION=${SETUPTOOLS_SCM_PRETEND_VERSION}
38
WORKDIR /app
39
COPY ./pydatalab/pyproject.toml .
40
COPY ./pydatalab/uv.lock .
41
+
42
+# copy any plugin directory, if it exists, using a glob to prevent crashes if it doesn't
43
+COPY ./pydatalab/plugin[s] .
44
RUN uv sync --locked --no-dev --all-extras
45
46
0 commit comments