HugeCTR icon indicating copy to clipboard operation
HugeCTR copied to clipboard

[Requirement] Install version specified dependencies for CUDF in dev.Dockerfile

Open XiaoleiShi-NV opened this issue 4 years ago • 1 comments

Currently we don't specify the version for dependencies of CUDF in dev.Dockerfile, which may be at risk when one of them updated by Ubuntu.

XiaoleiShi-NV avatar Nov 23 '20 03:11 XiaoleiShi-NV

Code to install dependencies for cuDF:

apt update && apt install -y libarrow-dev libarrow-cuda-dev && \
dpkg -r --force-depends libnvidia-compute-450-server

Once cuDF-0.16 is able to be installed by conda, we should try conda instead.

XiaoleiShi-NV avatar Dec 01 '20 09:12 XiaoleiShi-NV

We are now using cudf installed from upstream merlin-base image.

EmmaQiaoCh avatar Dec 27 '22 02:12 EmmaQiaoCh