Commit 9a615b0e authored by archdyn's avatar archdyn Committed by Francisco Massa

changed the order of the docker build command (#181)

parent 7b7e2680
......@@ -64,4 +64,4 @@ Build image with defaults (`CUDA=9.0`, `CUDNN=7`):
Build image with other CUDA and CUDNN versions:
nvidia-docker build -t --build-arg CUDA=9.2 --build-arg CUDNN=7 maskrcnn-benchmark docker/
nvidia-docker build -t maskrcnn-benchmark --build-arg CUDA=9.2 --build-arg CUDNN=7 docker/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment