Skip to content

Commit

Permalink
Remove stray pip argument
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoRoth authored Aug 23, 2024
1 parent d92c1c2 commit a1c1468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN ${PIP} install --no-cache-dir \

ARG EXTRA_PACKAGES=-
RUN [ "${EXTRA_PACKAGES}" = "-" ] || \
${PIP} install --no-cache-dir --no-binary :all: --only-binary jupyterlab-pygments ${EXTRA_PACKAGES}
${PIP} install --no-cache-dir --no-binary :all: ${EXTRA_PACKAGES}

ARG BASE_TAG=latest
FROM ghcr.io/oggm/empty_base:${BASE_TAG}
Expand Down

0 comments on commit a1c1468

Please sign in to comment.