first commit
This commit is contained in:
parent
3fa4f6ae51
commit
d6c8ca66d0
1 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ ml --help
|
|||
# Clone and run (dev)
|
||||
git clone <your-repo>
|
||||
cd fetch_ml
|
||||
docker-compose up -d
|
||||
make dev-up
|
||||
|
||||
# Or build the CLI locally
|
||||
cd cli && make all
|
||||
|
|
@ -90,7 +90,7 @@ cat > ~/.ml/config.toml <<EOF
|
|||
worker_host = "127.0.0.1"
|
||||
worker_user = "dev_user"
|
||||
worker_base = "/tmp/ml-experiments"
|
||||
worker_port = 9101
|
||||
worker_port = 22
|
||||
api_key = "your-api-key"
|
||||
EOF
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue