I am following this video tutorial (Tutorial for launch a training for robust active flow control using deep reinforcement learning - asciinema.org) for my research work. I am using Ubuntu 18.04. I have download the .tar file and was able to load the image successfully. However, when I try to run the image using the command sudo docker run -ti -v $(pwd):/home/fenics/shared/ --name robust_training robust_training:all_installed_OK
, it gives an error that says Unable to find image 'cloned:latest' locally
.
If I just check for images using sudo docker images
command I get below results. .
Am I doing any mistake in running the loaded docker image? I am new to Docker. Thank you in advance for your help and support.
Thank you.
Suraj Pawar