arogozhnikov / einops

Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others)
https://einops.rocks
MIT License
8.41k stars 350 forks source link

Add devcontainer and dockerfile #330

Closed arogozhnikov closed 3 weeks ago

arogozhnikov commented 3 weeks ago

motivation:

fastest way to have ~isolated environment that is ~compatible to CI and has pre-commits turned on by default.

Confirmed this works right from github interface:

python test.py numpy
hatch run docs:build

fix #328