Skip to content

Commit

Permalink
Replace sklearn by scikit-learn in pip install (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
edknv authored Dec 1, 2022
1 parent c2f9519 commit 5388a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/dockerfile.merlin
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RUN pip install "cmake<3.25.0" ninja scikit-build

RUN pip install pandas==1.3.5
RUN pip install cupy-cuda117 nvidia-pyindex pybind11 pytest protobuf transformers==4.12 tensorflow-metadata
RUN pip install betterproto cachetools graphviz nvtx scipy sklearn
RUN pip install betterproto cachetools graphviz nvtx scipy scikit-learn
RUN pip install tritonclient[all] grpcio-channelz fiddle wandb npy-append-array
RUN pip install git+https://github.com/rapidsai/asvdb.git@main
# xgboost and treelite are pinned from tritonserver support
Expand Down Expand Up @@ -359,4 +359,4 @@ RUN git clone https://github.com/NVIDIA-Merlin/Transformers4Rec.git /transformer

HEALTHCHECK NONE
CMD ["/bin/bash"]
ENTRYPOINT ["/opt/nvidia/nvidia_entrypoint.sh"]
ENTRYPOINT ["/opt/nvidia/nvidia_entrypoint.sh"]

0 comments on commit 5388a1d

Please sign in to comment.