Skip to content

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Docker Image

We provide a Dockerfile to build an image.

# build an image with PyTorch 1.6, CUDA 10.1
docker build -t mmagic docker/

Run it with

docker run --gpus all --shm-size=8g -it -v {DATA_DIR}:/mmagic/data mmagic

Note: Versions defined in this Dockerfile is not up-to-date. If you use this Dockerfile in your project, you probably want to make some updates. Feel free to submit an issue or PR for the update.