We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bce85 commit 1c608f6Copy full SHA for 1c608f6
gpu-flavor/Dockerfile
@@ -165,6 +165,9 @@ RUN \
165
pip install --upgrade jax jaxlib==0.1.57+cuda101 -f https://storage.googleapis.com/jax-releases/jax_releases.html && \
166
# Install pygpu - Required for theano: http://deeplearning.net/software/libgpuarray/
167
conda install -y pygpu && \
168
+ # Install lightgbm
169
+ pip uninstall -y lightgbm && \
170
+ pip install lightgbm --install-option=--gpu --install-option="--opencl-include-dir=/usr/local/cuda/include/" --install-option="--opencl-library=/usr/local/cuda/lib64/libOpenCL.so" && \
171
# nvidia python ml lib
172
pip install --upgrade --force-reinstall nvidia-ml-py3 && \
173
# SpeedTorch: https://github.com/Santosh-Gupta/SpeedTorch
0 commit comments