This is a template that provides an python environment.
- Docker
- docker-compose
Run Jupyter notebook:
$ docker-compose up
Go to http://localhost:8888
and you'll see the notebooks.
Clone repository:
$ git clone https://github.com/PiroHiroPiro/docker_template_python.git
$ cd docker_template_python
Build image:
$ cp .env.example .env
$ docker-compose build
Change the configuration file source/pyproject.toml
.
This software is released under the MIT License, see LICENSE.