Commit 98f9996d authored by dasharatha.vamshi's avatar dasharatha.vamshi

init

parent 1163f9a8
......@@ -6,7 +6,7 @@ SERVICE_CONFIG:
LOGSTASH_PORT: 5000
#--------------System Configurations--------------------#
# for testing use /temp/mnt/ilens/ai-jobs/
# for testing use temp/mnt/ilens/ai-jobs/
SYSTEM_CONFIG:
shared_mount_base_ai_job: /mnt/ilens/ai-jobs/
default_run_id: default_run_id
......
......@@ -17,9 +17,11 @@ else:
sys.stderr.write("Configuration not found...")
sys.stderr.write("Exiting....")
sys.exit(1)
# uncomment for Testing
os.environ['pipeline_id'] = "pipe1"
os.environ['model_name'] = 'RANDOMFOREST'
# os.environ['pipeline_id'] = "pipe1"
# os.environ['model_name'] = 'RANDOMFOREST'
# ------------------------ Configurations -----------------------------------------------------------------------------
pipeline_id = os.environ.get('PIPELINE_ID', default="pipeline_313")
shared_mount_base_ai_job = os.environ.get("shared_mount_base_ai_job",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment