refined-wall-68777
12/19/2023, 2:46 PMpython_version: "3.10"
registry: pingsutw
packages:
- scikit-learn==1.3.2
- atlassian-python-api==3.41.4
env:
Debug: "True"
and running
pyflyte run --remote --image image.yaml --remote example.py training_workflow \
--hyperparameters '{"C": 0.1}'
The build starts but I grt
Failed with Unknown Exception <class 'Exception'> Reason: failed to run command envd build --path /tmp/flyte-icinrpj7/sandbox/local_flytekit/34cf5dd467353fcfc58e8ec691b2aff4 --platform linux/amd64 --output type=image,name=pingsutw/flytekit:_StX2__5nWGAVZ_GwnXRjA..,push=true with error b'error: server message: insufficient_scope: authorization failed\n'
failed to run command envd build --path /tmp/flyte-icinrpj7/sandbox/local_flytekit/34cf5dd467353fcfc58e8ec691b2aff4 --platform linux/amd64 --output type=image,name=pingsutw/flytekit:_StX2__5nWGAVZ_GwnXRjA..,push=true with error b'error: server message: insufficient_scope: authorization failed\n'
I am also not entirely convinced that the build is happening in the running demo cluster neither.