A docker example repository to support participants in creating submissions for the AdaptOR2022 MICCAI Challenge.
- The container can be built with
docker build --tag adaptor_challenge ./src/
- The container can be run with
docker run --gpus all -v "<absolute_host_input_directory>:/input" -v "<absolute_host_output_directory>:/output" adaptor_challenge