future-sunset-61344
04/22/2022, 10:41 AM(flyte) raviraja@ip-192-168-124-8 ~/Desktop/python-monorepo/taxonomy/taxonomy/flows/flyte_flows flyte_demo pyflyte run --remote --image flyte_image:latest cluster_creation_flow.py:reason_clusters_pipeline
In the UI it is coming asicy-agent-73298
04/22/2022, 11:16 AMfuture-sunset-61344
04/22/2022, 11:17 AMicy-agent-73298
04/22/2022, 11:17 AMfuture-sunset-61344
04/22/2022, 11:18 AMicy-agent-73298
04/22/2022, 11:19 AMdocker pull flyte_image:latest
locally
And also how have you started up the flyte environment .future-sunset-61344
04/22/2022, 11:21 AMflytectl demo start
command locallyfuture-sunset-61344
04/22/2022, 11:22 AMare you able to performno. Unable to do this.locallydocker pull flyte_image:latest
Error response from daemon: pull access denied for flyte_image, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
icy-agent-73298
04/22/2022, 11:25 AMflyte_image:latest
also are you try the getting started guide https://docs.flyte.org/en/latest/getting_started/index.html#icy-agent-73298
04/22/2022, 11:28 AMfuture-sunset-61344
04/22/2022, 11:31 AMHow did you build the imagealso are you try the getting started guideflyte_image:latest
docker build -t flyte_image:latest ~/Desktop/python-monorepo -f ~/Desktop/python-monorepo/taxonomy/taxonomy/flows/flyte_flows/Dockerfile
Yes I am using getting started guide. and it is mentioned there to use --image
to use a custom image. I provided the image i built with that command.
Check the remote flyte cluster section on this page for building imagesSure will try it
icy-agent-73298
04/22/2022, 11:38 AMdocker tag <image-name>:<version> <http://ghcr.io/<yourorg>/<image-name>:<version|ghcr.io/<yourorg>/<image-name>:<version>>
docker login <http://ghcr.io|ghcr.io> -u <your-github-username>
password would be your PAT <https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token>