Failed to start flyte-sandbox docker image error #6011
Unanswered
songchuangyuan
asked this question in
Q&A
Replies: 1 comment
-
you can use flytectl demo start --image ghcr.io/flyteorg/flyte-sandbox:latest |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Use command “docker run -d -p 30081:30081 -p 30080:30080 --name flyte-sandbox ghcr.io/flyteorg/flyte-sandbox:latest” to start the Docker container, and the log inside the container shows an error message: “Error: chart "flyte" matching v0.19.2-b5 not found in flyteorg index. (try 'helm repo update'): no chart version found for flyte-v0.19.2-b5”. What's the reason for this?How should I start it?
Beta Was this translation helpful? Give feedback.
All reactions