Created
December 15, 2021 00:27
-
-
Save eugeneyan/3435e05dd675b9ee2af164214536752d to your computer and use it in GitHub Desktop.
Revisions
-
eugeneyan created this gist
Dec 15, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ # Based on https://github.com/NVIDIA-Merlin/NVTabular/blob/main/conda/environments/nvtabular_dev_cuda11.0.yml name: nvt_t4r channels: - rapidsai - nvidia - conda-forge - defaults dependencies: - nvtabular - python>=3.7 - cudatoolkit=11.0 - cudf>=21.08.* - dask-cuda>=21.08.* - dask-cudf>=21.08.* - rmm>=21.08.* - dask==2021.7.1 - distributed>=2021.7.1 - nvtx>=0.2.1 - numba>=0.53.0 - dlpack - scikit-learn - asvdb