visual-navigation-agent-pytorch
visual-navigation-agent-pytorch copied to clipboard
How to uses Docker to automate installation process?
Thanks for your attention!
I follow this tutorial https://hub.docker.com/r/kulhanek/visual-navigation-agent-pytorch/.
After running docker pull kulhanek/visual-navigation-agent-pytorch
, I succeed to download the image
(Siamese) root@c:~# docker images REPOSITORY TAG IMAGE ID CREATED SIZE nvidia/cuda 11.0-devel-ubuntu18.04 d89f75c1799d 3 months ago 3.74GB kulhanek/visual-navigation-agent-pytorch latest bdb29c561190 11 months ago 3.52GB
Then what should I do to automate installation process?