Closed d3287t328 closed 1 year ago
Thank you for your work, I appreciate! I will review and get back to you.
Some remarks (I did not make the PR and am not owner of this repo)
CMD [ "/usr/local/bin/python3", "-u", "chatgpt.py" ]
as the last line, without the "-u" it will buffer all logs to output until it finishes, which basically means you will not get logs until you kill the container, which is very inconvenient.(my Dockerfile is almost exactly the same, except no open port - and works fine)
Good call to add a requirements.txt!
Chatgpt-4 created all of this.