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 1faa385 commit 5d8a660
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile.dask-worker
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ RUN /opt/scripts/install-conda.sh
COPY dask-worker/environment.yaml /opt/dask-worker/environment.yaml
COPY scripts/install-conda-environment.sh /opt/scripts/install-conda-environment.sh
RUN /opt/scripts/install-conda-environment.sh /opt/dask-worker/environment.yaml 'false'
RUN pip check || exit 1

# ========== Setup GPU Paths ============
ENV LD_LIBRARY_PATH=/usr/local/nvidia/lib64
Expand Down
2 changes: 0 additions & 2 deletions scripts/install-conda-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ else
exit 1
fi

mamba run --live-stream -n ${ENV_NAME} -m pip check || exit 1

# ========= list dependencies ========
/opt/conda/bin/conda list

Expand Down

0 comments on commit 5d8a660

Please sign in to comment.