This topic describes how to connect DataRobot with Domino.
Warning
Use the following commands to install the DataRobot Python client in the Dockerfile instructions section of your environment:
USER root
RUN pip install "datarobot==<version>"
USER ubuntu