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

Kitchen sink #3

Merged
merged 31 commits into from
Sep 15, 2020
Merged

Kitchen sink #3

merged 31 commits into from
Sep 15, 2020

Conversation

shashankp
Copy link

Copy link
Owner

@lungben lungben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

ENV JULIA_DEPOT_PATH ${USER_HOME_DIR}/.julia
ENV NOTEBOOK_DIR ${USER_HOME_DIR}/notebooks
ENV JULIA_NUM_THREADS = 100
ENV JULIA_NUM_THREADS=100
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have just seen that using "=" for variable assignment in Dockerfile does not work.
This line should be changed to
ENV JULIA_NUM_THREADS 100
Same for here:
ENV DEBIAN_FRONTEND noninteractive
For the non-precompiled Docker image I just corrected it.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! no wonder it wasn't picking up 😅

@shashankp
Copy link
Author

Docker repo name is to be updated from shashankpv/ to plutojl in the Dockerfiles & Github Actions' .github/workflows/docker-publish.yml

@lungben lungben merged commit 8a534ca into lungben:master Sep 15, 2020
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

Successfully merging this pull request may close these issues.

2 participants