arogozhnikov / einops

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

Add devcontainer and dockerfile #330

Closed arogozhnikov closed 2 months ago

arogozhnikov commented 2 months 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