We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After installing docker and determined, I can not start up the cluster. When I run det deploy local cluster-up I get an error.
det deploy local cluster-up
pip install determined
The cluster should start up so I can log in to the web portal.
No response
The text was updated successfully, but these errors were encountered:
Hello, thanks for the report. It looks like det deploy is having trouble detecting your gpu. Can you run nvidia-smi?
det deploy
nvidia-smi
Sorry, something went wrong.
@MikhailKardash
Great. Do you also have nvidia-container-toolkit installed? https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html
nvidia-container-toolkit
More information can be found in our docs here: https://docs.determined.ai/latest/setup-cluster/on-prem/requirements.html#install-docker
Installing it immediately fixed it. I hadn't noticed it in the install instructions. Thanks.
No branches or pull requests
Describe the bug
After installing docker and determined, I can not start up the cluster. When I run
det deploy local cluster-up
I get an error.Reproduction Steps
pip install determined
det deploy local cluster-up
Expected Behavior
The cluster should start up so I can log in to the web portal.
Screenshot
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: