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
The neuronsimulator/neuron_wheelDocker images, which are used for building the NEURON wheels, are currently built and uploaded to DockerHub manually. It would be nice to instead have a (possibly manually triggered) GitHub action or similar which can deploy all of the necessary images automatically.
The text was updated successfully, but these errors were encountered:
Github released an M1 runner in October 2023, but it's only available as an xlarge runner which is not free. According to actions/runner-images#8439 (comment) they're planning on making smaller runners available for free for public projects, but there's no news on when exactly this will happen so far ("after GA, which should be Jan-Mar 2024").
Fortunately we have an in-house M1 runner attached to our gitlab instance. It even has docker installed, but the daemon is not running. I've launched the discussion about starting it, from there we can see about building
* Issue #2678: add container build job on gitlab
* Update documentation for the automated docker build
* A manual action to build the wheels container for x86_64
* Make specifying the tag through a variable mandatory
As a consequence, only run on manually-triggered pipelines
* document which variables need to be set when starting the podman
machine on the m1 runner
Follow up on #2669.
The
neuronsimulator/neuron_wheel
Docker images, which are used for building the NEURON wheels, are currently built and uploaded to DockerHub manually. It would be nice to instead have a (possibly manually triggered) GitHub action or similar which can deploy all of the necessary images automatically.The text was updated successfully, but these errors were encountered: