Skip to content
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

Use local container image #257

Open
FRidh opened this issue Aug 19, 2023 · 2 comments
Open

Use local container image #257

FRidh opened this issue Aug 19, 2023 · 2 comments

Comments

@FRidh
Copy link

FRidh commented Aug 19, 2023

We're using Nix to define software environments instead of pip or conda and thus I am using the container option with coiled. Unfortunately, this has to be an image that's available in a registry. It would be very useful if one could give the path to a local image and have that uploaded.

@shughes-uk
Copy link

Hi there. I'm curious if you have tried package sync with nixOs. Browsing the nix docs, it may just work as the nix recipes seem to be just wrappers around packages from pypi rather than anything too specialized.

Otherwise if you need help pushing your local images to ECR (or GAR if you're on GCP), I can grab the commands for you. If we implemented something it would basically do the same under the hood.

@FRidh
Copy link
Author

FRidh commented Aug 20, 2023

Hi there. I'm curious if you have tried package sync with nixOs. Browsing the nix docs, it may just work as the nix recipes seem to be just wrappers around packages from pypi rather than anything too specialized.

Actually, I did not try the package sync, the reason being I want to be 100% in control of what is being used, including native dependencies, and hence why using Nix.

Otherwise if you need help pushing your local images to ECR (or GAR if you're on GCP), I can grab the commands for you. If we implemented something it would basically do the same under the hood.

Thank you! I'll try again later with Docker Hub actually which is where we have our images and otherwise I think we switch to GCP. For now the experiment showed coiled is a good solution to pursue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants