We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af7aab commit a966772Copy full SHA for a966772
Containerfile
@@ -75,10 +75,11 @@ RUN set -ex && \
75
# Add httpie as a developer convenience.
76
# --with httpie \
77
--no-dev \
78
- --no-editable && \
79
- /app/bin/python -m ensurepip --upgrade && \
80
- /app/bin/python -m pip install --upgrade pip setuptools wheel && \
81
- /app/bin/python3 -m pip install --project src git+https://github.com/hyperrealist/bluesky-tiled-plugins.git
+ --no-editable
+
+RUN /app/bin/python -m ensurepip --upgrade
+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
83
84
##########################################################################
85
0 commit comments