Dockerfile: unbuffer stdout

This commit is contained in:
Yishuai Li 2023-04-11 15:29:15 +08:00
parent 78f93c6eae
commit 225c731589
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ WORKDIR /gpt
RUN pip3 install -r requirements.txt
CMD ["python3", "main.py"]
CMD ["python3", "-u", "main.py"]