We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a966772 commit 75c05beCopy full SHA for 75c05be
Containerfile
@@ -79,7 +79,7 @@ RUN set -ex && \
79
80
RUN /app/bin/python -m ensurepip --upgrade
81
RUN /app/bin/python -m pip install --upgrade pip setuptools wheel
82
-RUN uv pip install git+https://github.com/hyperrealist/bluesky-tiled-plugins.git
+RUN uv pip install --system git+https://github.com/hyperrealist/bluesky-tiled-plugins.git
83
84
##########################################################################
85
0 commit comments