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.