Skip to content

Testing pipelines for the tools of the ENHANCE.PET framework using Docker

Notifications You must be signed in to change notification settings

zax0s/ENHANCE.PET_DockerTests

Repository files navigation

Build the container

docker build -t enhance_test /path/to/ENHANCE.PET_DockerTests

Get an interactive session within the container

docker run -it --rm enhance_test bash

To make use of the system gpus within the container

docker run -it --rm --gpus=all enhance_test bash

About

Testing pipelines for the tools of the ENHANCE.PET framework using Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published