Skip to content

Commit 87acab2

Browse files
author
mike dupont
committed
runlocaldocker
1 parent cbaff2f commit 87acab2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

runlocaldocker.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
#
2+
/usr/bin/bash -c 'docker login -u AWS -p $(aws ecr get-login-password --region us-east-2) 767503528736.dkr.ecr.us-east-2.amazonaws.com'
3+
4+
/usr/bin/docker pull 767503528736.dkr.ecr.us-east-2.amazonaws.com/agent/eliza:feature-arm64_fastembed
5+
26
/usr/bin/docker run -p 3000:3000 --mount type=bind,source=/opt/agent,target=/opt/agent --env-file /var/run/agent/secrets/env --rm --name "agent-docker.service" 767503528736.dkr.ecr.us-east-2.amazonaws.com/agent/eliza:latest pnpm start:debug --characters=characters/eliza.character.json

0 commit comments

Comments
 (0)