worker: celery worker --app omegaml.celeryapp -E -B --loglevel=DEBUG
notebook: jupyter notebook --allow-root --ip 0.0.0.0 --no-browser
restapi: python -m omegaml.restapi
