You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by GitBox <gi...@apache.org> on 2019/03/27 06:41:40 UTC

[GitHub] [incubator-singa] dcslin commented on issue #445: SINGA-433 updated documentation about docker, dockerfile for consitent, cudnn version in dockerfile

dcslin commented on issue #445: SINGA-433 updated documentation about docker, dockerfile for consitent, cudnn version in dockerfile
URL: https://github.com/apache/incubator-singa/pull/445#issuecomment-477000768
 
 
   tested dockerfiles, `cuda9, cuda10, mkldnn` and error free in unit test
   example:
   ```
   docker build --no-cache `pwd`/incubator-singa/tool/docker/devel/ubuntu/cuda9 -t singa:devel-cuda9-cudnn
   docker run -it --runtime nvidia --name singa_cuda9 --rm singa:devel-cuda9-cudnn7    /home/singa/incubator-singa/build/bin/test_singa
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services