remove mlflow

This commit is contained in:
Lee moon soo 2020-08-03 16:38:32 -07:00
parent e89d351621
commit d14dbbee6d
2 changed files with 0 additions and 11 deletions

View File

@ -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

View File

@ -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: