Skip to content

Commit a966772

Browse files
committed
debug6
1 parent 9af7aab commit a966772

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Containerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,11 @@ RUN set -ex && \
7575
# Add httpie as a developer convenience.
7676
# --with httpie \
7777
--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
78+
--no-editable
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
8283

8384
##########################################################################
8485

0 commit comments

Comments
 (0)