-
Notifications
You must be signed in to change notification settings - Fork 382
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
#6314 Replace nodejs installation with conda. #6331
Conversation
c02c2e4
to
b3fecae
Compare
it should install nodejs with conda, where is that? |
Opss, added. |
365ad6e
to
5ebf310
Compare
5ebf310
to
2fd65a8
Compare
docker/base/Dockerfile
Outdated
########## | ||
# Node # | ||
########## | ||
RUN conda install -y -c conda-forge nodejs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consolidate with the other conda install, it's best to minimize the number of Docker commands.
combine the apt-get and conda installs as much as possible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices
"Minimize the number of layers"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GTK Thanks!
* origin/master: add link to new doc to table of contents #6314 Fixed docker building. (#6357) fix link, close #6262 Revert "#6314 Replace nodejs installation with conda. (#6331)" (#6355) #6314 Replace nodejs installation with conda. (#6331) #6307: add banner to DateUtil (#6354) Serializer type name for anonymous classes (#6345) #6321: add matches method to MagicCommandFunctionality (#6353) #6343 Added Ivy to Groovy dependency. (#6350) jarek/5816: add load magic command (#6334) #6292 show yAxisR when set (#6312) # Conflicts: # doc/StartHere.ipynb
No description provided.