diff --git a/containers/popv/Dockerfile b/containers/popv/Dockerfile index 1924b6d..1467a68 100644 --- a/containers/popv/Dockerfile +++ b/containers/popv/Dockerfile @@ -14,4 +14,4 @@ COPY context/ . # Ensure numba has the correct settings or it might throw an error ENV NUMBA_NUM_THREADS=10 -CMD ["python", "/main.py"] +CMD ["python3", "/main.py"]