로딩
요청 처리 중입니다...

멀티 노드 클러스터 : Kubeflow Pipeline 단일 데이터 사용 예제 - 데이터 로드, 모델 학습 및 평가

 멀티 노드 클러스터 : Kubeflow Pipeline 단일 데이터 사용 예제 - 데이터 로드, 모델 학습 및 평가

폴더 구조 home $USER kubeflow-example-pipeline single-data-load 2-stage data-load Dockerfile iris.csv requirements.txt run.py modeling Dockerfile requirements.txt run.py pipeline.py pipeline.yaml 첨부파일 single-data-load-2-stage.zip 파일 다운로드 Docker 이미지 생성 및 Docker Hub 업로드 1. 데이터 로드 cd /home/$USER/kubeflow-example-pipeline/single-data-load/2-stage/data-load # docker build -t name[:tag] docker build -t dgkim1983/mlops:kubeflow-pipeline-single-data-load-2-stage-latest 생략 Successfully ...

# Kubeflow # MLOps # Pipeline