Skip to content

Commit

Permalink
Add missing line sep
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena authored May 27, 2024
1 parent 05267bd commit e4c10c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/binderhub-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ARG PIP_CACHE_DIR=/tmp/pip-cache
# --no-index ensures _only_ wheels from the build stage are installed
RUN --mount=type=cache,target=${PIP_CACHE_DIR} \
--mount=type=cache,from=build-stage,source=/tmp/wheels,target=/tmp/wheels \
pip install
pip install \
--no-index \
--find-links=/tmp/wheels/ \
-r requirements.txt
Expand Down

0 comments on commit e4c10c5

Please sign in to comment.