masa-finance / masa-bittensor

Bittensor Subnet Config
https://masa.ai
MIT License
0 stars 0 forks source link

Initial docker config and run.sh #101

Open hide-on-bush-x opened 2 weeks ago

hide-on-bush-x commented 2 weeks ago

Description

use the following commands to run

docker build -t validator .
docker run -p 8000:8000 validator

TODO

Currently there is an issue with exposing the port 8000, seems like requests are not reaching the server, but if you get inside the container and make a curl to localhost:8000 you can actually reach it