Skip to content

Tags: choimirai/docker-python

Tags

4231d31179d98ca20e794b7f483ac6d43f648ed8e748dbd77c3acb23a21a4b1a

Toggle 4231d31179d98ca20e794b7f483ac6d43f648ed8e748dbd77c3acb23a21a4b1a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Install blas & mkl (Kaggle#1060)

* Install blas & mkl

These are necessary for the TPU pytorch XLA.
They also provide a significant perforance boost.

They used to be automatically included when we were installing torch
from conda but they are not now that we install torch from pip.

I added a test to prevent regression.

http://b/195414519

* separate conda commands to speed up resolution

87e44a28c0a0a91ea1b9beacb03fa876e0333ff05f677e253361d15248c37263

Toggle 87e44a28c0a0a91ea1b9beacb03fa876e0333ff05f677e253361d15248c37263's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Install blas & mkl (Kaggle#1060)

* Install blas & mkl

These are necessary for the TPU pytorch XLA.
They also provide a significant perforance boost.

They used to be automatically included when we were installing torch
from conda but they are not now that we install torch from pip.

I added a test to prevent regression.

http://b/195414519

* separate conda commands to speed up resolution

4cda61fbd285e85b119b24ecab50c72b4e695d6defd48f0816e051901cf7e608

Toggle 4cda61fbd285e85b119b24ecab50c72b4e695d6defd48f0816e051901cf7e608's commit message

Verified

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

a6241bd0d98e81ea21f4cfba26ef48fc159646b112fc4986113d5ab219c6c26f

Toggle a6241bd0d98e81ea21f4cfba26ef48fc159646b112fc4986113d5ab219c6c26f's commit message

Verified

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

648f97c8be132f304cff3d397339f2d815de79721f3695f43c08a6aec3bc0a5d

Toggle 648f97c8be132f304cff3d397339f2d815de79721f3695f43c08a6aec3bc0a5d's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Unpin wand (Kaggle#1003)

Latest version of `wand` is compatible with latest version of tesseract

046f8514e4f3f41fef443911ead054414479ea948e2c0fb074114d43daedd794

Toggle 046f8514e4f3f41fef443911ead054414479ea948e2c0fb074114d43daedd794's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Unpin wand (Kaggle#1003)

Latest version of `wand` is compatible with latest version of tesseract

36cf6c012f2c2a866c63ef04c13567cd34b2097c27ae22eb096a8f2f0da7d82b

Toggle 36cf6c012f2c2a866c63ef04c13567cd34b2097c27ae22eb096a8f2f0da7d82b's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pin pystan (Kaggle#978)

pystan 3.x released on March 25th, 2021 is not compatible with
fbprophet and causing a build failure.

http://b/183944405

da8df81cfa243148eed7af89d88ab85a88419749938682aa3d380cf04de90034

Toggle da8df81cfa243148eed7af89d88ab85a88419749938682aa3d380cf04de90034's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pin pystan (Kaggle#978)

pystan 3.x released on March 25th, 2021 is not compatible with
fbprophet and causing a build failure.

http://b/183944405

247d5f1f75e070b6282a33c73d5dd1b448ca0fecbadf828b333a383f329ef737

Toggle 247d5f1f75e070b6282a33c73d5dd1b448ca0fecbadf828b333a383f329ef737's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Install openssh-client (Kaggle#971)

In Kaggle#967, I upgraded the base image from `m61` to `m64`.

The new  `m64` base image doesn't include a SSH client anymore.

This was causing issues with a learn course relying on `stable-baselines`. This package isn't included in our base image but is installed at runtime.

ba0b54e5c131e5da281867110e8b2ec056e9f009c1fef23883c447b73d47acd2

Toggle ba0b54e5c131e5da281867110e8b2ec056e9f009c1fef23883c447b73d47acd2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Install openssh-client (Kaggle#971)

In Kaggle#967, I upgraded the base image from `m61` to `m64`.

The new  `m64` base image doesn't include a SSH client anymore.

This was causing issues with a learn course relying on `stable-baselines`. This package isn't included in our base image but is installed at runtime.