Skip to content

Commit

Permalink
Use latest images and remove platform flag
Browse files Browse the repository at this point in the history
  • Loading branch information
clementupshot committed Jun 19, 2024
1 parent e5cec8e commit a579c4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile_b7s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 alloranetwork/allora-inference-base:v0.2.4
FROM alloranetwork/allora-inference-base:latest

USER root
RUN pip install requests
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ services:
ipv4_address: 172.20.0.10

head:
image: alloranetwork/allora-inference-base-head:dev-latest
image: alloranetwork/allora-inference-base-head:latest
environment:
- HOME=/data
entrypoint:
Expand Down

0 comments on commit a579c4d

Please sign in to comment.