Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 535 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 535 Bytes

Using MMDetection with Docker

We provide a Dockerfile to build an image. Ensure that your docker version >=19.03.

# build an image with PyTorch 1.6, CUDA 10.1
# If you prefer other versions, just modified the Dockerfile
docker build -t mmdetection docker/

Run it with

docker run --gpus all --shm-size=8g -it -v {DATA_DIR}:/mmdetection/data mmdetection
python3 run_docker.py