gitextract_20qkwjlk/ ├── LICENSE ├── README.md ├── basic_tutorial/ │ ├── Dockerfile │ ├── README.md │ ├── build_image.sh │ ├── docker_files/ │ │ └── empty.txt │ ├── run_container.sh │ └── run_jupyter.sh └── gpu_tutorial/ ├── Dockerfile.gpu ├── README.md ├── build_container.sh ├── run_container.sh ├── run_jupyter.sh └── setup_environment.sh