-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup script for MLRun CE on Docker/Rancher #156
base: development
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall looking hacky and magical, not sure why supporting windows here? I think as while as it works on linux- windows users can use it while using ubuntu on windows to run it
mlrun-ce-docker.env
Outdated
@@ -0,0 +1 @@ | |||
MLRUN_HTTPDB__DIRPATH=/Users/adamdelman/mlrun/db |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to remove
telepresence-arm64.rb.1
Outdated
@@ -0,0 +1,21 @@ | |||
# This script is generated automatically by the release automation code in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can be removed
~/iguazio/misc_workspace/ce
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?
setup_ce.py
Outdated
help="Git branch name to check out when upgrading images from the CE repo." | ||
), | ||
debug: bool = typer.Option( | ||
"", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"", | |
False, |
otherwise it fails with
Invalid value for '--debug': '' is not a valid boolean.
Setup script for MLRun CE on Docker/Rancher