https://flyte.org logo
#ask-the-community
Title
# ask-the-community
r

Ryuu

10/20/2023, 10:34 AM
I have problem about the workflow which regist with specific image cann't run. I have tried many time, and i found in my case, all the workflow could be run while image base on ghcr.io/flyteorg/flytekit only. When I tried to register with other image base on such as python:3.9-slim-buster, nvcr.io/nvidia/pytorch:21/11-py3,... the wf register succesful but always run fails. I want to register some wf on image which contain torch-gpu which cann't (base on ghcr flyte ) to test the torch training on gpu image firstly. I'm dev with "Flyte demo start" Only
l

L godlike

10/20/2023, 12:46 PM
I am working on it, will finish it in 1 week. https://github.com/flyteorg/flyte/pull/3256
r

Ryuu

10/20/2023, 6:58 PM
@L godlike and 1 more addition that, All workflow which not regist by image base ghcr.io/flyteorg/flytekit can not run on flyte remote In my case. Are you have any idea about this