I'm attempting to add a new model to the docker container, but I'm missing something as I can't seem to get it to save.
I use ./enter.sh to enter the container, then run something like;
sudo apt-get install vim
exit the docker and run;
sudo docker commit 89028ee7020d visionai/clouddream
I then restart the containers, however my changes don't seem to be reflected in the now running container. Could you possibly let me know what step I'm missing here or where I'm going wrong?
Many thanks!