Skip to content

Commit 89565f4

Browse files
committed
Install the container's own wheel by path so the version is explicit
1 parent 3213ee7 commit 89565f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ COPY README.md ./
5656
COPY --from=builder /wheels /wheels
5757
RUN pip install --no-cache-dir --only-binary :all: --upgrade "pip==26.0.1" \
5858
&& pip install --no-cache-dir --only-binary :all: --no-index \
59-
--find-links=/wheels je_auto_control \
59+
--find-links=/wheels /wheels/je_auto_control-*.whl \
6060
&& rm -rf /wheels
6161

6262
ENV DISPLAY=:99 \

docker/Dockerfile.xfce

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ COPY README.md ./
5454
COPY --from=builder /wheels /wheels
5555
RUN pip install --no-cache-dir --only-binary :all: --upgrade "pip==26.0.1" \
5656
&& pip install --no-cache-dir --only-binary :all: --no-index \
57-
--find-links=/wheels je_auto_control \
57+
--find-links=/wheels /wheels/je_auto_control-*.whl \
5858
&& rm -rf /wheels
5959

6060
ENV DISPLAY=:99 \

0 commit comments

Comments
 (0)