Skip to content

This is a template that provides python environment.

License

Notifications You must be signed in to change notification settings

PiroHiroPiro/docker_template_python

Repository files navigation

Python docker template

Test Code Style

This is a template that provides an python environment.

Requirement

Usage

Run Jupyter notebook:

$ docker-compose up

Go to http://localhost:8888 and you'll see the notebooks.

Install

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.

Licence

This software is released under the MIT License, see LICENSE.

Author

Hiroyuki Nishizawa