From f801933cad67dd5124966bad489873844ef54425 Mon Sep 17 00:00:00 2001 From: Roy Lee Date: Fri, 24 Oct 2025 11:49:24 -0400 Subject: [PATCH] fix: minor formatting cleanup in Alibaba Cloud docs --- ...uild-and-deploy-worker-with-alibaba-cloud.mdx | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/pages/devs/workers/deploy-worker/build-and-deploy-worker-with-alibaba-cloud.mdx b/pages/devs/workers/deploy-worker/build-and-deploy-worker-with-alibaba-cloud.mdx index 546016c..3b0062b 100644 --- a/pages/devs/workers/deploy-worker/build-and-deploy-worker-with-alibaba-cloud.mdx +++ b/pages/devs/workers/deploy-worker/build-and-deploy-worker-with-alibaba-cloud.mdx @@ -209,22 +209,6 @@ Edit `config.json` with your wallet information and worker configuration. Here's - Adjust `topicId` to match the topic you're participating in - Modify the `Token` parameter to match your target trading pair -### Update Docker Image Version - -In `docker-compose.yml`, update the offchain node image version: - -Change from: -```yml -image: alloranetwork/allora-offchain-node:v0.6.0 -``` - -To: -```yml -image: alloranetwork/allora-offchain-node:v0.12.0 -``` - -**Note:** It's acceptable if the minor version differs slightly from your allorad version. - ### Customize the Inference Model The `app.py` file is the core of the worker node project. This example provides a basic machine learning model template that you can customize for your predictions.