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

Ryo M

03/12/2023, 12:42 PM
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
s

Samhita Alla

03/13/2023, 5:17 AM
Which tutorial are you referring to, @Ryo M?
r

Ryo M

03/13/2023, 1:42 PM
@Samhita Alla 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
r

Ryo M

03/13/2023, 4:22 PM
Thank you very much!!
Thanks, I could create my own Docker image and run flyte with it.
2 Views