Skip to content

Commit

Permalink
Rm unused build installation
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena authored May 27, 2024
1 parent 53ef60a commit 748f2c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions images/binderhub-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ RUN apt-get update \
COPY requirements.txt requirements.txt
ARG PIP_CACHE_DIR=/tmp/pip-cache
RUN --mount=type=cache,target=${PIP_CACHE_DIR} \
pip install build \
&& pip wheel \
pip wheel \
--wheel-dir=/tmp/wheels \
# pycurl wheels for 7.45.3 have problems finding CAs
# https://github.com/pycurl/pycurl/issues/834
Expand Down

0 comments on commit 748f2c8

Please sign in to comment.