Skip to content

Commit

Permalink
PyTorch Tensorboard Logs Workaround (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
quaark authored Oct 19, 2022
1 parent 40a654f commit 7a19563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/mlrun-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 0.0.21
version: 0.0.22
name: mlrun-ce
description: MLRUn Open Source Stack
home: https://iguazio.com
Expand Down
1 change: 1 addition & 0 deletions charts/mlrun-ce/templates/config/mlrun-env-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ data:
MLRUN_HTTPDB__REAL_PATH: s3://
MLRUN_ARTIFACT_PATH: s3://mlrun/
MLRUN_CE__MODE: {{ .Values.mlrun.ce.mode }}
MLRUN_DEFAULT_TENSORBOARD_LOGS_PATH: /home/jovyan/data/tensorboard/{{project}}

0 comments on commit 7a19563

Please sign in to comment.