Skip to content

Commit

Permalink
refactor: remove build contexts and use published Docker Hub images only
Browse files Browse the repository at this point in the history
  • Loading branch information
5u6r054 committed Jan 31, 2025
1 parent 3d08225 commit ad8d259
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@ services:

# Validator for Subnet 42
validator:
image: ghcr.io/masa-finance/masa-bittensor/validator:${TAG:-latest}
image: masaengineering/masa-bittensor:${TAG:-latest}
platform: linux/amd64
build:
context: .
dockerfile: Dockerfile
container_name: masa_validator
depends_on:
protocol:
Expand All @@ -49,11 +46,8 @@ services:

# Miner for Subnet 42
miner:
image: ghcr.io/masa-finance/masa-bittensor/miner:${TAG:-latest}
image: masaengineering/masa-bittensor:${TAG:-latest}
platform: linux/amd64
build:
context: .
dockerfile: Dockerfile
container_name: masa_miner
depends_on:
protocol:
Expand Down

0 comments on commit ad8d259

Please sign in to comment.