This is base repository for Machine Learning.
- Docker
- docker-compose
- anaconda: 4.8.1
- Python: 3.7.4
$ git clone https://github.com/YamagishiRyu/jupyter_base.git
$ make build
After executing below command, you can use jupyter-lab by accessing https://localhost:8888
.
$ make run
When you update pip environment, you can update environment document by below command.
$ make add/package