Skip to content

Commit

Permalink
remove pip check
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis committed Feb 18, 2025
1 parent 5d8a660 commit 0ec522c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.jupyterlab
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ RUN \
else \
ENV_FILE=/opt/jupyterlab/environment.yaml ; \
fi ; \
/opt/scripts/install-conda-environment.sh "${ENV_FILE}" 'true' && \
pip check || exit 1
/opt/scripts/install-conda-environment.sh "${ENV_FILE}" 'true'

# ========== code-server install ============
ENV PATH=/opt/conda/envs/${DEFAULT_ENV}/share/code-server/bin:${PATH}
Expand Down

0 comments on commit 0ec522c

Please sign in to comment.