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-nft-appraisls

use Docker Hub base image
  • Loading branch information
xmariachi authored Mar 12, 2024
2 parents 34b9c67 + 61b1490 commit f41d85c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/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:latest

USER root
RUN chown -R $GROUP_ID:$USER_ID /app
Expand Down
2 changes: 1 addition & 1 deletion node/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
- --log-level=debug
- --port=9010
- --rest-api=:6000
image: 696230526504.dkr.ecr.us-east-1.amazonaws.com/allora-inference-base-head:dev-latest
image: alloranetwork/allora-inference-base-head:latest
ports:
- "6000:6000"
volumes:
Expand Down

0 comments on commit f41d85c

Please sign in to comment.