We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bac71a commit f71c303Copy full SHA for f71c303
Containerfile
@@ -60,7 +60,7 @@ RUN set -ex && \
60
--extra server \
61
--no-dev \
62
--no-install-project && \
63
- /app/bin/pip install git+https://github.com/hyperrealist/bluesky-tiled-plugins.git
+ uv pip install git+https://github.com/hyperrealist/bluesky-tiled-plugins.git
64
65
# Now install the rest from `./src`: The APPLICATION w/o dependencies.
66
# `./src` will NOT be copied into the runtime container.
0 commit comments