waleedka / modern-deep-learning-docker

Modern Deep Learning Docker Image
MIT License
153 stars 55 forks source link

A suggestion: command can run together to reduce image size #5

Closed HackerWilson closed 6 years ago

HackerWilson commented 6 years ago

ref: https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run

split long or complex RUN statements on multiple lines separated with backslashes.
waleedka commented 6 years ago

@HackerWilson Thank you! I merged some of the related RUN blocks. More details in this thread https://github.com/waleedka/modern-deep-learning-docker/issues/4