|
|
|
|
|
by yegle
2382 days ago
|
|
Have a repo for your code, vendorize every thing, build a binary including Python interpreter using a build system that emphasize on reproducibility (e.g. Bazel). Alternatively you can build a docker image using Bazel (for reproducibility) and use tools like Droot to chroot into the image then run. |
|