문제 파악 cat service.py def kfp_upload(): client = kfp.Client(host='http://203.255.217.201:8080') pipeline_package_path='pipelines.zip' kfp.compiler.Compiler().compile(pipeline, pipeline_package_path) . . . python3 service.py . . . Traceback (most recent call last): File "/mnt/volume1/mlops/kubeflow/pipeline/test/test.py", line 36, in kfp_upload() File "/mnt/volume1/mlops/kubeflow/pipeline/test/test.py", line 32, in kfp_upload experiment = client.create_experiment(name='minio the connectio...
#
블로그작성