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

Copy Notebooks Automatically #56

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

michaelmckinsey1
Copy link
Collaborator

@michaelmckinsey1 michaelmckinsey1 commented Sep 6, 2024

Copy over all notebooks in the notebooks directory so we do not need to update the Dockerfile for each new notebook.

@michaelmckinsey1
Copy link
Collaborator Author

@ilumsden Is there any specific reason the notebooks were originally copied one-by-one instead of the whole directory like the data directory?

@ilumsden
Copy link
Collaborator

ilumsden commented Sep 6, 2024

Mainly because copying directories is very finicky in Dockerfiles. If you do it right, it's fine. But, if you don't, you can cause a ton of issues.

@slabasan
Copy link
Collaborator

slabasan commented Sep 6, 2024

@ilumsden Does the way the notebooks directory is copied avoid the Docker issues?

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

Successfully merging this pull request may close these issues.

3 participants