diff --git a/basic/no_action/Dockerfile b/basic/no_action/Dockerfile index 9d6a36b..7570d16 100644 --- a/basic/no_action/Dockerfile +++ b/basic/no_action/Dockerfile @@ -4,4 +4,4 @@ FROM ghcr.io/diambra/arena-base-on3.10-bullseye:$TAG WORKDIR /app COPY . . -ENTRYPOINT [ "./agent.py" ] +ENTRYPOINT [ "python", "./agent.py" ] diff --git a/basic/random_1/Dockerfile b/basic/random_1/Dockerfile index 9d6a36b..7570d16 100644 --- a/basic/random_1/Dockerfile +++ b/basic/random_1/Dockerfile @@ -4,4 +4,4 @@ FROM ghcr.io/diambra/arena-base-on3.10-bullseye:$TAG WORKDIR /app COPY . . -ENTRYPOINT [ "./agent.py" ] +ENTRYPOINT [ "python", "./agent.py" ] diff --git a/basic/random_2/Dockerfile b/basic/random_2/Dockerfile index 9d6a36b..7570d16 100644 --- a/basic/random_2/Dockerfile +++ b/basic/random_2/Dockerfile @@ -4,4 +4,4 @@ FROM ghcr.io/diambra/arena-base-on3.10-bullseye:$TAG WORKDIR /app COPY . . -ENTRYPOINT [ "./agent.py" ] +ENTRYPOINT [ "python", "./agent.py" ]