few-animal-62717
09/21/2022, 4:54 PMflytectl sandbox start --source .
), but when i try to build another image in the sandbox (flytectl sandbox exec -- <docker build statement
), the pod fails to pull the image even though i can see that its been successfully build via flytectl sandbox exec -- docker image ls
. anyone have any idea where i might be going wrong?thankful-minister-83577
few-animal-62717
09/21/2022, 5:51 PMthankful-minister-83577
thankful-minister-83577
few-animal-62717
09/21/2022, 5:57 PMimagePullPolicy: Always
thankful-minister-83577
flytectl sandbox exec -- docker pull <image>
thankful-minister-83577
few-animal-62717
09/21/2022, 5:58 PMfew-animal-62717
09/21/2022, 5:58 PMError response from daemon: repository <http://cr.flyte.org/flyteorg/tensorflow-kit|cr.flyte.org/flyteorg/tensorflow-kit> not found: name unknown: repository name not known to registry
thankful-minister-83577
few-animal-62717
09/21/2022, 5:59 PM<http://cr.flyte.org/flyteorg|cr.flyte.org/flyteorg>
prefixthankful-minister-83577
thankful-minister-83577
thankful-minister-83577
thankful-minister-83577
few-animal-62717
09/21/2022, 6:01 PMtensorflow-kit:latest
few-animal-62717
09/21/2022, 6:06 PMfew-animal-62717
09/21/2022, 6:07 PMpyflyte register --project flytesnacks --domain development --version v1.4 --image tensorflow-kit:latest src
throws:
AssertionError: Image Config with name tensorflow not found in the configuration
thankful-minister-83577
few-animal-62717
09/21/2022, 6:29 PMflytectl sandbox start --source .
thankful-minister-83577
few-animal-62717
09/21/2022, 6:30 PMfew-animal-62717
09/21/2022, 6:31 PMthankful-minister-83577
few-animal-62717
09/21/2022, 6:31 PMthankful-minister-83577
thankful-minister-83577
thankful-minister-83577
few-animal-62717
09/21/2022, 6:32 PMthankful-minister-83577
few-animal-62717
09/21/2022, 6:32 PMfew-animal-62717
09/21/2022, 6:34 PMpyflyte register
use the image passed to that command?few-animal-62717
09/21/2022, 6:35 PMimage a
, but i want to register a workflow that will run on some specialized image b
, i should register the workflow with --image image-b
, right?thankful-minister-83577
few-animal-62717
09/21/2022, 6:37 PMthankful-minister-83577
thankful-minister-83577
thankful-minister-83577
thankful-minister-83577
thankful-minister-83577
few-animal-62717
09/21/2022, 6:39 PMfew-animal-62717
09/21/2022, 6:39 PMthankful-minister-83577
--image mydefaultimage:cafe123 --image other=nondefault:beef
few-animal-62717
09/21/2022, 6:40 PMfew-animal-62717
09/21/2022, 6:40 PMfew-animal-62717
09/21/2022, 6:41 PMflyte.config
file has
[images]
tensorflow = tensorflow-kit:v1
my register command should be:
pyflyte register --image default:v1 tensorflow=tensorflow-kit:tst123
thankful-minister-83577
thankful-minister-83577
thankful-minister-83577
thankful-minister-83577
pyflyte --config xyz …
few-animal-62717
09/21/2022, 6:44 PMfew-animal-62717
09/21/2022, 6:47 PM