Closed asm-cygu closed 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:
docker images
command to check if the image sqlflow/sqlflow:step
is existdocker image rm sqlflow/sqlflow:step
to remove the image and pull it again with docker pull sqlflow/sqlflow:step
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 ?
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 ;-)
Fresh install do the trick !
Good job I will try it later :-p !
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 )