Created
November 29, 2023 03:27
-
-
Save snoby/c1496290e160ce82ffa4b9a2368208b4 to your computer and use it in GitHub Desktop.
Docker run command for abel miner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
USERNAME=e4003cb89d30389a94563aa3e946cace4552273b5b8ce0e32d0f6223f67f0a13 | |
PASSWORD=vrIUJCLJ5x | |
docker run -d --name=abel \ | |
--rm \ | |
-e USERNAME=e4003cb89d30389a94563aa3e946cace4552273b5b8ce0e32d0f6223f67f0a13 \ | |
-e PASSWORD=vrIUJCLJ5x \ | |
-e NVIDIA_VISIBLE_DEVICES=all \ | |
--gpus=all \ | |
--uts="host" \ | |
iotapi322/abel:v1.0.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment