File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ COPY README.md ./
5656COPY --from=builder /wheels /wheels
5757RUN 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
6262ENV DISPLAY=:99 \
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ COPY README.md ./
5454COPY --from=builder /wheels /wheels
5555RUN 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
6060ENV DISPLAY=:99 \
You can’t perform that action at this time.
0 commit comments