Excuse me, I have another question. I wanna create...
# flyte-support
e
Excuse me, I have another question. I wanna create my own docker image. Ati first, I tried install dependency by requirements.text and pushed GCR but had some issue. Then I found the Dockerfile but it does not seem to install xgboost as in tutorial. How was the Docker image in the tutorial created?https://github.com/flyteorg/flyte/blob/master/docker/sandbox/Dockerfile
t
Which tutorial are you referring to, @enough-notebook-15673?
e
@tall-lock-23197 This one.
pyflyte run --remote --image <http://ghcr.io/flyteorg/flytecookbook:pima_diabetes-latest|ghcr.io/flyteorg/flytecookbook:pima_diabetes-latest> diabetes.py diabetes_xgboost_model
I want to use custom docker image I created like this. Could you tell me an example to create Docker image for flyte? https://docs.flyte.org/projects/cookbook/en/stable/auto/case_studies/ml_training/pima_diabetes/index.html
t
e
Thank you very much!!
Thanks, I could create my own Docker image and run flyte with it.
👍 1
151 Views