litaotju commented on issue #17216: how to compile mxnet with cpp and gpu 
support in the docker ?
URL: 
https://github.com/apache/incubator-mxnet/issues/17216#issuecomment-573274046
 
 
   If you are trying to build mxnet from source, actually there are already 
docker file included in this repo. 
   
   - ci/docker/Dockerfile.build.ubuntu_gpu_tensorrt
   - ci/docker/Dockerfile.build.ubuntu_gpu_cu101
   
   You could use anyone of these for your purpose. For example, if you need 
TensorRT and gpu support. Use the following one to make a docker:
   
   ```
    docker build -t mxnet-dev-trt/trt-515-cu-100 -f 
./Dockerfile.build.ubuntu_gpu_tensorrt 
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to