Wallart commented on issue #19520: URL: https://github.com/apache/incubator-mxnet/issues/19520#issuecomment-734388381
> > If you are familiar with Docker, I've created an image (docker pull wallart/dl_mxnet:1.8.0.rc1), > > @Wallart > buddy, your docker image runs like this..... > > ``` > $ sudo docker run --gpus all -ti a86ad560010f /bin/bash > Starting as 9001:deeplearning > deeplearning home directory ready > deeplearning home directory populated > Server listening on 0.0.0.0 port 22. > Server listening on :: port 22. > ``` > > what's this?????????????????? how to use?? my other docker images works fine I'm providing SSH daemon for remote debugging purposes. You need to run the image in background with -itd options. Then you can execute `docker exec -it -u USER mxnet-1.8.0.rc1 bash` or connect the container to your preferred IDE. You can also populate your container with a specific user/uid in order to mount volumes with `-e HOST_USER=myUser -e HOST_UID=$(id -u)` ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
