A cookiecutter template for my research work.
author_name: your nameproject_name: your project nameproject_description: description of your project (this will be inserted toREADME.md)use_nvidia_docker: select you use GPU or notuse_julia: select you use Julia or notjupyter_port: a port to access JupyterLab running on a containertensorboard_port: a port to access TensorBoard running on a container
Run following commands:
$ cookiecutter https://github.com/eqs/cookiecutter-eqs-research-work
# cd to generated project dir
$ docker-compose build # (or docker-compose build --no-cache)
$ docker-compose up -dAccess following URLs from web browser:
localhost:<jupyter_port>localhost:<tensorboard_port>