Skip to content

Tags: trodiva/docker-python

Tags

f450ad1b403f0c99bc9ca891a547c279fbeca8f70023a99b805691552d112ebe

Toggle f450ad1b403f0c99bc9ca891a547c279fbeca8f70023a99b805691552d112ebe's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade to LightGBM 3.3.1 (Kaggle#1106)

http://b/207851889

e8e4711f3eefd97688df1b282d8f08c95a346b1747722d677c2e82fd2bd94688

Toggle e8e4711f3eefd97688df1b282d8f08c95a346b1747722d677c2e82fd2bd94688's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade to LightGBM 3.3.1 (Kaggle#1106)

http://b/207851889

7b500f6081e92f812db283da919abe5e305c17a7130d456ddd8ddbd7da786e50

Toggle 7b500f6081e92f812db283da919abe5e305c17a7130d456ddd8ddbd7da786e50's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove /usr/local/cuda/compat from LD_LIBRARY_PATH (Kaggle#1092)

* Remove /usr/local/cuda/compat from LD_LIBRARY_PATH

http://b/203659565

* Add CUDA stubs to LD_LIBRARY_PATH to allow building on a CPU-only machine

* Add symlink for libcuda.so

6e3c00286de15827ab4964435164078261e676b83f4308640d482b989f819597

Toggle 6e3c00286de15827ab4964435164078261e676b83f4308640d482b989f819597's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove /usr/local/cuda/compat from LD_LIBRARY_PATH (Kaggle#1092)

* Remove /usr/local/cuda/compat from LD_LIBRARY_PATH

http://b/203659565

* Add CUDA stubs to LD_LIBRARY_PATH to allow building on a CPU-only machine

* Add symlink for libcuda.so

1bc7f6d0d7faf41d7dce9a87d160c7a46a42137b414a40cd5055c739f5a17f38

Toggle 1bc7f6d0d7faf41d7dce9a87d160c7a46a42137b414a40cd5055c739f5a17f38's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add /opt/bin to GPU image PATH env variable (Kaggle#1089)

NVIDIA binaries from the host are mounted to /opt/bin.

This is how `nvidia-smi` is made accessible inside the user session docker container. See attached bugs for additional context.

b/202852505

b1533c4fcf26e5bca5c45c71956b7f9c4d6c20f0b0ba0e205fe7a2ce9242c63e

Toggle b1533c4fcf26e5bca5c45c71956b7f9c4d6c20f0b0ba0e205fe7a2ce9242c63e's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add /opt/bin to GPU image PATH env variable (Kaggle#1089)

NVIDIA binaries from the host are mounted to /opt/bin.

This is how `nvidia-smi` is made accessible inside the user session docker container. See attached bugs for additional context.

b/202852505

b549b6b318bd5a5c493490e28be83345877a8bed8034d06bc717570ca937be02

Toggle b549b6b318bd5a5c493490e28be83345877a8bed8034d06bc717570ca937be02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add /opt/bin to GPU image PATH env variable (Kaggle#1089)

NVIDIA binaries from the host are mounted to /opt/bin.

This is how `nvidia-smi` is made accessible inside the user session docker container. See attached bugs for additional context.

b/202852505

b63dfd08465dfd0f7ca8682e200464e58aea199e4368c3096417cccf39c7803f

Toggle b63dfd08465dfd0f7ca8682e200464e58aea199e4368c3096417cccf39c7803f's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add /opt/bin to GPU image PATH env variable (Kaggle#1089)

NVIDIA binaries from the host are mounted to /opt/bin.

This is how `nvidia-smi` is made accessible inside the user session docker container. See attached bugs for additional context.

b/202852505

96db8f80864acc0b381b76934d80e6604212bbd1d59151bfb3336d11d360f1af

Toggle 96db8f80864acc0b381b76934d80e6604212bbd1d59151bfb3336d11d360f1af's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prune image from GPU agent disk. (Kaggle#1088)

* Prune image from GPU agent disk.

It was currently only running on the CPU (ephemeral) agents. 
Switched to be run on the GPU agent building the image to prevent build errors caused by disk filling up.

* Reduce prune window

3e8190d465e8413383573602306c8c7c5ac116cf5914f2cb8a1061e248acf915

Toggle 3e8190d465e8413383573602306c8c7c5ac116cf5914f2cb8a1061e248acf915's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prune image from GPU agent disk. (Kaggle#1088)

* Prune image from GPU agent disk.

It was currently only running on the CPU (ephemeral) agents. 
Switched to be run on the GPU agent building the image to prevent build errors caused by disk filling up.

* Reduce prune window