/datathon-nscc-2019

NUS-NUHS-MIT Healthcare AI Datathon 2019 environment setup @ NSCC

Primary LanguageDockerfile

Dockerfile for NUS-NUHS-MIT Healthcare AI Datathon 2019 setup @ nscc

Build the image using Buildkit to speed up builds with caching. For more information see here and here.

DOCKER_BUILDKIT=1 docker build . -t <image>

or

DOCKER_BUILDKIT=1 docker build . -t <image> --progress="plain"

to see outputs from containers.