remove mlflow
This commit is contained in:
		@@ -28,18 +28,10 @@ spec:
 | 
				
			|||||||
        - "bash"
 | 
					        - "bash"
 | 
				
			||||||
        - "-c"
 | 
					        - "-c"
 | 
				
			||||||
        - >-
 | 
					        - >-
 | 
				
			||||||
          mkdir -p ~/.ssh && chmod 700 ~/.ssh &&
 | 
					 | 
				
			||||||
          echo -n "$(echo $MLFLOW_TRACKING_URI | sed 's/.*\(mlflow[^:]*\).*/\1/g') " >> ~/.ssh/known_hosts &&
 | 
					 | 
				
			||||||
          echo $MLFLOW_ARTIFACT_STORE_RSA_PUB | base64 --decode >> ~/.ssh/known_hosts &&
 | 
					 | 
				
			||||||
          echo $MLFLOW_ARTIFACT_STORE_RSA_PRI | base64 --decode >> ~/.ssh/id_rsa &&
 | 
					 | 
				
			||||||
          chmod 600 ~/.ssh/* &&
 | 
					 | 
				
			||||||
          jupyter-lab --ip='*' --NotebookApp.token='' --NotebookApp.password='' --NotebookApp.allow_origin='*'
 | 
					          jupyter-lab --ip='*' --NotebookApp.token='' --NotebookApp.password='' --NotebookApp.allow_origin='*'
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
        - name: JUPYTER_ENABLE_LAB
 | 
					        - name: JUPYTER_ENABLE_LAB
 | 
				
			||||||
          value: "yes"
 | 
					          value: "yes"
 | 
				
			||||||
        envFrom:
 | 
					 | 
				
			||||||
        - configMapRef:
 | 
					 | 
				
			||||||
            name: mlflow-env
 | 
					 | 
				
			||||||
        volumeMounts:
 | 
					        volumeMounts:
 | 
				
			||||||
          - name: work-volume
 | 
					          - name: work-volume
 | 
				
			||||||
            mountPath: /home/jovyan/work
 | 
					            mountPath: /home/jovyan/work
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,9 +9,6 @@ ingress:
 | 
				
			|||||||
- serviceName: jupyter
 | 
					- serviceName: jupyter
 | 
				
			||||||
  port: 8888
 | 
					  port: 8888
 | 
				
			||||||
deploy:
 | 
					deploy:
 | 
				
			||||||
  dependencies:
 | 
					 | 
				
			||||||
  - project: open-datastudio/mlflow-server
 | 
					 | 
				
			||||||
    level: OPTIONAL
 | 
					 | 
				
			||||||
  paramGroups:
 | 
					  paramGroups:
 | 
				
			||||||
  - name: Configurations
 | 
					  - name: Configurations
 | 
				
			||||||
    params:
 | 
					    params:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user