Workdesk

Guided Installation

EPLAN Platform 2023

Installml.com Setup [top] Online

FROM installml/setup:latest RUN iml config set cache_dir /tmp/cache RUN iml create ci_env && iml install mlflow scikit-learn

Save the file ( Ctrl+O , Ctrl+X in nano). Notice the cache_dir – setting this to a non-default SSD location can drastically improve performance. installml.com setup

InstallML usually creates a virtual environment. Activate it using source venv/bin/activate . installml.com setup