Excuse me, I have another question. I wanna create...
# ask-the-community
r
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
Which tutorial are you referring to, @Ryo M?
r
@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
Thank you very much!!
Thanks, I could create my own Docker image and run flyte with it.
151 Views