ricklamers / gridstudio

Grid studio is a web-based application for data science with full integration of open source data science frameworks and languages.
GNU Affero General Public License v3.0
8.88k stars 1.5k forks source link

Unable to find image 'ricklamers/gridstudio:release' locally #94

Closed extirpate closed 5 years ago

extirpate commented 5 years ago

when i excute "./run.sh" the termnial shows Unable to find image 'ricklamers/gridstudio:release' locally release: Pulling from ricklamers/gridstudio" " and downloading a batch of files

every time cost so much time to download? so terrible...

ricklamers commented 5 years ago

The first time this happens, it has to download the Docker image from Dockerhub. The second time you invoke ./run.sh it shouldn't happen anymore. Are you removing Docker? Are you sure Docker has the right permissions to write its images to disk persistently?

trkwyk commented 5 years ago

The first time this happens, it has to download the Docker image from Dockerhub. The second time you invoke ./run.sh it shouldn't happen anymore. Are you removing Docker? Are you sure Docker has the right permissions to write its images to disk persistently?

Hello Rick. How do I remove the image? Where is it stored? I want to uninstall it. Your project is wonderful but it is not that handy for me yet. Looking forward to your new releases.

ricklamers commented 5 years ago

Here's a quick Google result that should help you out: https://www.digitalocean.com/community/tutorials/how-to-remove-docker-images-containers-and-volumes

Thanks for the feedback, we know that Grid Studio is currently not very accessible/easily installable. Keep an eye out, as this will be significantly improved in the future ; )