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

Easier handling of Docker images for computing environment vs. included data #1

Open
poplarShift opened this issue Jul 8, 2021 · 1 comment

Comments

@poplarShift
Copy link
Owner

The template presently defines two Docker images: env for only the computing environment and full for one including all data (potentially much bigger). This is needlessly complicated. A better idea would be to keep and up-to-date computing environment image, and only add in data and directory structure once the project has reached a milestone (basing it off the computing environment image using FROM and COPY)

@poplarShift
Copy link
Owner Author

A better option may be to base it off https://gitlab.com/achimr/datasci

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

1 participant