mmdeploy/docker
AllentDan 0eca9ebcbf
add docker (#15)
Need tests...
2021-07-13 08:45:42 +00:00
..
Dockerfile add docker (#15) 2021-07-13 08:45:42 +00:00
DockerfileOptimized add docker (#15) 2021-07-13 08:45:42 +00:00
README.md add docker (#15) 2021-07-13 08:45:42 +00:00

README.md

Use the container

Place the Dockerfile and the TensorRT-7.2.3.4.Ubuntu-18.04.x86_64-gnu.cuda-11.1.cudnn8.1.tar.gz package togather under a folder named docker. Run the following command to build the docker image:

sudo docker build docker/ -t mmdeploy

Then run the command bellow to play with the docker image:

sudo docker run --gpus all --shm-size=8g -it -p 8084:8084 mmdeploy

Use the optimized container

The optimized docker file is provided and it can be used in the future.