Raviraja Ganta
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 asPrafulla Mahindrakar
04/22/2022, 11:16 AMRaviraja Ganta
04/22/2022, 11:17 AMPrafulla Mahindrakar
04/22/2022, 11:17 AMRaviraja Ganta
04/22/2022, 11:18 AMPrafulla Mahindrakar
04/22/2022, 11:19 AMdocker pull flyte_image:latest
locally
And also how have you started up the flyte environment .Raviraja Ganta
04/22/2022, 11:21 AMflytectl demo start
command locallyare 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
Prafulla Mahindrakar
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#Raviraja Ganta
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
Prafulla Mahindrakar
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>