Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 488 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 488 Bytes

Docker Image

We provide a Dockerfile to build an image.

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

Run it with

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

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.