liyishuai commited on
Commit
a13ed23
1 Parent(s): ad208ff

Dockerfile: unbuffer stdout

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ WORKDIR /gpt
10
  RUN pip3 install -r requirements.txt
11
 
12
 
13
- CMD ["python3", "main.py"]
 
10
  RUN pip3 install -r requirements.txt
11
 
12
 
13
+ CMD ["python3", "-u", "main.py"]