sql-machine-learning / playground

Deploy SQLFlow service mesh on Windows, macOS, and Linux desktop computers
https://sqlflow.org
12 stars 7 forks source link

ImageInspectError #34

Closed asm-cygu closed 4 years ago

asm-cygu commented 4 years ago

Hello ! and Good luck :-) i'm here if any questions

1./ run describe iris.train in the first cell of iris-dnn.ipynb

2./ go to the associated argo workflow log

Actual: ImageInspectError: Failed to inspect image "sqlflow/sqlflow:step": rpc error: code = Unknown desc = Error response from daemon: readlink /var/lib/docker/overlay2/l: invalid argument

and the cmd seems to never ending

nota: I change the jupyter IP to 127.0.0.1 otherwise I can't access it from Host ( W10 )

argo jupyter cmd

lhw362950217 commented 4 years ago

@asm-cygu Nice to see u :) I'm very glad that you are playing SQLFlow playground.

It seems k8s could not load the sqlflow/sqlflow:step image normally. This image is the one who does the real ML training work. Here are some suggestions:

asm-cygu commented 4 years ago

Same issue for the 3 first clues :-], I will have to read the stackoverflow post ( and try the following cmd docker system prune --all docker volume prune docker-compose up )

All work for you I imagine ?

psafx.txt df-h dockerimages dockerls dockerpull

asm-cygu commented 4 years ago

After the cmd docker system prune --all docker volume prune

seems to affect the vagrant box ;-p , I will try to restart all from fresh install later ;-)

result

asm-cygu commented 4 years ago

Fresh install do the trick !

Good job I will try it later :-p !

jupytersuccess argosuccess