Quick Installation#
If you have not used HPE Machine Learning Development Environment before, and you want to quickly set up a new training environment, you are at the right place!
Prerequisites#
Your system must meet the software and hardware requirements described in the System Requirements.
Step 1 - Install Docker#
Install Docker on your machine.
Step 2 - Install HPE Machine Learning Development Environment#
Install the HPE Machine Learning Development Environment library and start a cluster locally.
Ensure you have Docker running and then run the following commands:
pip install determined
# If your machine has GPUs:
det deploy local cluster-up
# If your machine does not have GPUs:
det deploy local cluster-up --no-gpu
Note
When deploying locally, the system prompts you to set a strong password.
The command, pip install determined
, installs the determined
library which includes the Determined command-line interface (CLI).
Step 3 - Sign In#
Once HPE Machine Learning Development Environment is installed and Docker is running, you can sign in.
Go to
http://localhost:8080/
.Accept the default username of
determined
.Click Sign In.
After signing in, create a strong password.