Skip to content

Commit

Permalink
fix: Use correct python install in popv container
Browse files Browse the repository at this point in the history
  • Loading branch information
axdanbol committed Sep 18, 2024
1 parent bfaf9b3 commit 0023bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/popv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 0023bf5

Please sign in to comment.