You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
What did you expect to happen:
example/simple/main.py works fine on local repository.
Anything else you would like to add:
I am looking into "docker logs registry" it returns 404 and 500 error.
500 says invalid character '\x1f' looking for beginning of value
/kind bug
What steps did you take and what happened:
I try to execute fairing on local repository but it failed.
Is there any comments?
Edit
examples/simple/main.py
execute python script
Waiting for
continuesWhat did you expect to happen:
example/simple/main.py works fine on local repository.
Anything else you would like to add:
I am looking into "docker logs registry" it returns 404 and 500 error.
500 says
invalid character '\x1f' looking for beginning of value
log.txt
(Update 06/11 )
for 500 response code it seems invalid character \x1f.
for 404 error, blob or manifest is not found.
Environment:
python -c "import kubeflow.fairing; print(kubeflow.fairing.__version__)"
):0.7.1.1kubectl version
):1.15.11/etc/os-release
): ubuntu 19.10NOTE: If you are using fair from master, please provide us the git commit hash.
The text was updated successfully, but these errors were encountered: