Skip to content

Commit

Permalink
updated entrypoint to use python3.12 (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremychoi authored Feb 25, 2025
1 parent 2fc3c04 commit 3118e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containerize/Containerfile.garak
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ RUN useradd -u 1000 -d /opt/rapidast -m -s /bin/bash rapidast && \
USER rapidast
WORKDIR /opt/rapidast
ENV HOME /opt/rapidast
ENTRYPOINT ["./rapidast.py"]
ENTRYPOINT ["python3.12", "rapidast.py"]

0 comments on commit 3118e83

Please sign in to comment.