Skip to content

Commit

Permalink
Pin pynvml to 11.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy committed Feb 22, 2023
1 parent aed31e1 commit e63bfe5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/dockerfile.merlin
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
# https://gitlab.kitware.com/cmake/cmake/-/issues/24119
# A fix has already been merged but not yet released:
# https://gitlab.kitware.com/cmake/cmake/-/merge_requests/7859
# 2023-02-22: pynvml==11.5.0 is currently incompatible with our version of dask/distributed
RUN pip install --no-cache-dir --upgrade pip; pip install --no-cache-dir "cmake<3.25.0" ninja scikit-build pandas==1.3.5 \
cupy-cuda117 nvidia-pyindex pybind11 pytest \
transformers==4.12 tensorflow-metadata betterproto \
Expand All @@ -96,7 +97,8 @@ RUN pip install --no-cache-dir --upgrade pip; pip install --no-cache-dir "cmake<
git+https://github.com/rapidsai/asvdb.git@main \
xgboost==1.6.2 lightgbm treelite==2.4.0 treelite_runtime==2.4.0 \
lightfm implicit \
numba "cuda-python>=11.5,<12.0" fsspec==2022.5.0 llvmlite pynvml
numba "cuda-python>=11.5,<12.0" fsspec==2022.5.0 llvmlite \
pynvml==11.4.1
RUN pip install --no-cache-dir numpy==1.22.4 protobuf==3.20.3
RUN pip install --no-cache-dir dask==${DASK_VER} distributed==${DASK_VER} dask[dataframe]==${DASK_VER}

Expand Down

0 comments on commit e63bfe5

Please sign in to comment.