madMAx43v3r / chia-gigahorse

220 stars 32 forks source link

Docker compose error #170

Open darkenbula opened 1 year ago

darkenbula commented 1 year ago

Trying to run docker compose on unraid using the following compose file

version: '3' services: node: image: chia-gigahorse-nvidia restart: unless-stopped runtime: nvidia volumes:

Error response from daemon: pull access denied for chia-gigahorse-nvidia, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Ac3sRwild commented 1 year ago

The examples in the README are for those who are building their own images locally. I believe you just want to run the pre-built images here. To do that change your image: to "ghcr.io/madmax43v3r/chia-gigahorse:1.8.2.giga14-nvidia"

darkenbula commented 1 year ago

thank you