Merge pull request #1 from allora-network/clement/ARENA-1049
ARENA-1049: Update Docker urls
This commit is contained in:
commit
600942106a
@ -1,5 +1,4 @@
|
|||||||
FROM --platform=linux/amd64 696230526504.dkr.ecr.us-east-1.amazonaws.com/allora-inference-base:latest
|
FROM --platform=linux/amd64 alloranetwork/allora-inference-base:latest
|
||||||
# FROM --platform=linux/amd64 allora-inference-base:dev
|
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
RUN pip install requests
|
RUN pip install requests
|
||||||
|
@ -46,12 +46,12 @@ A full working example is provided in the `docker-compose.yml` file.
|
|||||||
|
|
||||||
**Create head keys:**
|
**Create head keys:**
|
||||||
```
|
```
|
||||||
docker run -it --entrypoint=bash -v ./head-data:/data 696230526504.dkr.ecr.us-east-1.amazonaws.com/allora-inference-base:latest -c "mkdir -p /data/keys && (cd /data/keys && allora-keys)"
|
docker run -it --entrypoint=bash -v ./head-data:/data alloranetwork/allora-inference-base:latest -c "mkdir -p /data/keys && (cd /data/keys && allora-keys)"
|
||||||
```
|
```
|
||||||
|
|
||||||
**Create worker keys**
|
**Create worker keys**
|
||||||
```
|
```
|
||||||
docker run -it --entrypoint=bash -v ./worker-data:/data 696230526504.dkr.ecr.us-east-1.amazonaws.com/allora-inference-base:latest -c "mkdir -p /data/keys && (cd /data/keys && allora-keys)"
|
docker run -it --entrypoint=bash -v ./worker-data:/data alloranetwork/allora-inference-base:latest -c "mkdir -p /data/keys && (cd /data/keys && allora-keys)"
|
||||||
```
|
```
|
||||||
|
|
||||||
Important note: If no keys are specified in the volumes, new keys will be automatically created inside `head-data/keys` and `worker-data/keys` when first running step 3.
|
Important note: If no keys are specified in the volumes, new keys will be automatically created inside `head-data/keys` and `worker-data/keys` when first running step 3.
|
||||||
|
@ -66,7 +66,7 @@ services:
|
|||||||
|
|
||||||
head:
|
head:
|
||||||
container_name: head-basic-eth-pred
|
container_name: head-basic-eth-pred
|
||||||
image: 696230526504.dkr.ecr.us-east-1.amazonaws.com/allora-inference-base-head:latest
|
image: alloranetwork/allora-inference-base-head:latest
|
||||||
environment:
|
environment:
|
||||||
- HOME=/data
|
- HOME=/data
|
||||||
entrypoint:
|
entrypoint:
|
||||||
|
Loading…
Reference in New Issue
Block a user