-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing nobrainer docker files #274
Comments
@satra thoughts? I will move on to kwyk retraining. |
is nobrainer checked out there? the docker builds assume there is a checkout of nobrainer as that's how dockerhub works. have you tried just building locally on your m2 (adding |
I tried it on ec2 after cloning and cd'ing and also on github runner via an action. Sure, I can try the above commands again in my mac. |
currently this repo is set up to autobuild on docker hub whenever changes or releases are created. and both did build fine 4 months again when the repo was last updated. it's possible something has changed in those 4 months. but since the base docker image is the same, i would suggest checking that you should be able to test the build locally to identify the issue. it's possible that some other command is no longer available. regarding adding datalad to it, you can check how we do it in dandi. we simply do this (https://github.com/dandi/dandi-hub/blob/dandi/docker/Dockerfile#L52C1-L55C46) into a conda environment, instead of trying to get it from neurodebian. |
since this is really a datalad issue, let's just remove that for now and bring it back after we update the trained-models. |
(for later reference) datalad/datalad-osf#161 for debugging
|
#273
Requested an ec2 instance ssh'ed into it and ran the following lines
Both failed.
The text was updated successfully, but these errors were encountered: