ansible-jupyter.dockerfile
ansible-jupyter.dockerfile copied to clipboard
Building the Docker image with Ansible and Jupyter.
I lock the jupyter notebook version on v1.0.0 early, maybe I can unlock it now. > https://github.com/AqgRVQEP/ansible-jupyter.dockerfile/commit/ad232809ecb66789ddd493723b0e27da1d998e2a#r45036561
TODO: - [X] Alpine 3. https://github.com/chusiang/ansible-jupyter.dockerfile/commit/200c9a48232b0149adb85fa9e5fc025730691599 - [ ] Debian 10. - [ ] Ubuntu 20.04. - [ ] CentOS ?
Some files can be ignore, like `.git/` .
The gentoo don't allow use the root to run the `pip install` command. > Running pip as root is not advised. It can render important system tools like emerge useless.[1]...
找個時間整合 Travis CI,並幫這個小小專案加個簡單的煙霧 (冒煙) 測試吧! 下次再遇到 docker build 成功,但 docker run 失敗時,應該要呈現 build fail 才行!