Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 553 Bytes

DOCKER.md

File metadata and controls

16 lines (11 loc) · 553 Bytes

Running with Docker

First, clone the github to <path/of/AutoMorph, e.g., /home/AutoMorph> and put the images in AutoMorph/images

git clone https://github.com/rmaphoh/AutoMorph.git

Then, pull our docker image and run the tool.

docker pull yukundocker/image_automorph
docker run  -v <path/of/AutoMorph>:/root/AutoMorph -ti --runtime=nvidia -e NVIDIA_DRIVER_CAPABILITIES=compute,utility -e NVIDIA_VISIBLE_DEVICES=all yukundocker/image_automorph
source /root/set_up.sh