Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from allora-network/diego/ora-939-testnet-deplo…
Browse files Browse the repository at this point in the history
…yment-update-allora-index

Use Docker Hub base image
  • Loading branch information
xmariachi authored Mar 12, 2024
2 parents dc311ad + 5b9b849 commit af133eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +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:v0.0.5

COPY requirements.txt /app/
RUN pip3 install --requirement /app/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
head:
# 12D3KooWPaHbkXmKQLrQ8xfQj39pvbfhrQSWMqJSCAE9WYaqcE7R
container_name: head
image: 696230526504.dkr.ecr.us-east-1.amazonaws.com/allora-inference-base-head:dev-latest
image: alloranetwork/allora-inference-base-head:v0.0.5
command: >
./upshot-node --role=head --peer-db=/data/peerdb --function-db=/data/function-db
--runtime-path=/app/runtime --runtime-cli=bls-runtime --workspace=/data/workspace
Expand Down

0 comments on commit af133eb

Please sign in to comment.