Merge pull request #176 from AaronWatters/add-default-command

Add default command to base Dockerfile template
pull/254/head
Tim Head 2018-03-07 21:59:14 +01:00 zatwierdzone przez GitHub
commit f543665ece
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -113,6 +113,9 @@ RUN chmod +x {{ s }} && ./{{ s }}
{% endfor %}
{% endif -%}
# Specify the default command to run
CMD ["jupyter", "notebook", "--ip", "0.0.0.0"]
{% if appendix -%}
# Appendix:
{{ appendix }}