- Make a copy file env.example to .env
- Put your voucher and hashtopolis URL in .env file
- Execute
docker-compose up -d
docker build --rm -t hpda --build-arg HP_SERVER_URL=http://<server_ip>:<server_port>/ --build-arg HP_VOUCHER=<voucher> .
docker run --rm --name agent --env-file=.env hpda
- Add GPU capabilities
Thanks to hashtopolis-agent-python by Sein Coray (@s3inlc)