Skip to content

Commit c5adeae

Browse files
authored
use equals sign to specify find-links (again)
1 parent 7e51044 commit c5adeae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/hub/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ COPY requirements.txt /tmp/requirements.txt
6262
RUN --mount=type=cache,target=${PIP_CACHE_DIR} \
6363
--mount=type=cache,from=build-stage,source=/build-stage,target=/tmp/wheels \
6464
pip install \
65-
--find-links /tmp/wheels/ \
65+
--find-links=/tmp/wheels/ \
6666
-r /tmp/requirements.txt
6767

6868
WORKDIR /srv/jupyterhub

0 commit comments

Comments
 (0)