Dockerfile: unbuffer stdout
Browse files- 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"]
|