generated from opentensor/bittensor-subnet-template
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
feat: improve Docker setup and multi-platform publishing #345
Draft
5u6r054
wants to merge
109
commits into
main
Choose a base branch
from
feature-docker-compose
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
…ly - Remove subnet-config.json dependency - Configure validator directly in docker-compose.yml - Add docker/.gitignore for sensitive files - Switch validator to build from local Dockerfile
… in builder stage - Split RUN commands for better caching - Remove redundant cleanup
…fy to single base image for both validator/miner roles - Remove unnecessary protocol dependency - Configure CI for building and publishing masa-bittensor image - Add local build context for development - Clean up environment variables and service definitions
…pdate wallet paths, enhance logging and registration flow, add async support
… setup with coldkey/hotkey management - Implement burned registration for validators - Fix network/netuid configuration consistency - Add proper error handling and logging - Support Docker container replica numbering - Configure dynamic port allocation for scalability - Remove unnecessary chain_endpoint configuration - Clean up environment variable parsing
…mpose files for better persistence - Add proper volume mounts for wallets and state - Configure environment variables and networking - Update gitignore patterns
…llow bittensor versions >=8.2.0 - Allow masa-ai versions >=0.2.5
… ranges for automatic allocation - Validators: 8091-8154:8091 and metrics 9100-9163:9100 - Miners: 8155-8409:8155 and metrics 9164-9418:9164 - Remove network_mode: host in favor of proper port mapping - Each container gets unique host port from range
…location, implement hotkey mapping, improve registration process, update logging config
PR description is too short and seems to not fulfill PR template, please fill in |
- Update miner replicas from 1 to 3 for better distribution - Remove monitoring profiles from prometheus, grafana, node-exporter, and portainer - Successfully deploy stack in swarm mode with proper registration - Implement retry mechanism for miner registration with 10s delay - Verify validator and miner services running with correct UIDs - Configure subnet parameters for organic, synthetic, and healthcheck queries - Fix connection handling and service discovery in swarm mode
PR description is too short and seems to not fulfill PR template, please fill in |
PR description is too short and seems to not fulfill PR template, please fill in |
5u6r054
changed the title
Feature docker compose
feat: docker compose, published docker hub images
Jan 30, 2025
PR description is too short and seems to not fulfill PR template, please fill in |
5u6r054
force-pushed
the
feature-docker-compose
branch
from
January 31, 2025 17:42
f5dc584
to
9c4e835
Compare
…act dependency versions
…sistent parameterization
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR aims to improve the Docker setup and publishing workflow for the Masa Bittensor project. Currently working through build and publish optimizations.
Current Changes
Current Status
In Progress
Next Steps
Notes