Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions run_service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ fi
directory="trader"
# This is a tested version that works well.
# Feel free to replace this with a different version of the repo, but be careful as there might be breaking changes
service_version="v0.6.2"
service_version="v0.6.3"
service_repo=https://github.com/valory-xyz/$directory.git
if [ -d $directory ]
then
Expand Down Expand Up @@ -404,6 +404,7 @@ export BET_AMOUNT_PER_THRESHOLD_090=80000000000000000
export BET_AMOUNT_PER_THRESHOLD_100=100000000000000000
export BET_THRESHOLD=5000000000000000
export PROMPT_TEMPLATE="With the given question \"@{question}\" and the \`yes\` option represented by \`@{yes}\` and the \`no\` option represented by \`@{no}\`, what are the respective probabilities of \`p_yes\` and \`p_no\` occurring?"
export REDEEM_MARGIN_DAYS=10

service_dir="trader_service"
build_dir="abci_build"
Expand Down Expand Up @@ -440,7 +441,7 @@ poetry run autonomy deploy build --n $n_agents -ltm

cd ..

add_volume_to_service "$PWD/trader_service/abci_build/docker-compose.yaml" "trader_abci_0" "/data" "$PWD/../.trader_runner/"
# add_volume_to_service "$PWD/trader_service/abci_build/docker-compose.yaml" "trader_abci_0" "/data" "$PWD/../.trader_runner/"

# Run the deployment
poetry run autonomy deploy run --build-dir $directory --detach