You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conda-lock provides the ability to generate lockfiles for different platforms. This would be a great addition to replace the currently gds_py.yml as a way to build the same Python environment as the container natively.
An idea of how this could work:
Build gds_py environment on Dockerfile
Export environment into one of the supported input files
Generate lockfiles for Linux (Arch/arm), macOS (intel/M1), Windows
Publish lockfiles with each release so the environment is fully recreateable natively on a broader range of machines without conflicts
If the workflow above can work, then we should add CI testing on each architecture.
The text was updated successfully, but these errors were encountered:
conda-lock
provides the ability to generate lockfiles for different platforms. This would be a great addition to replace the currentlygds_py.yml
as a way to build the same Python environment as the container natively.An idea of how this could work:
gds_py
environment on DockerfileIf the workflow above can work, then we should add CI testing on each architecture.
The text was updated successfully, but these errors were encountered: