lroggendorff commited on
Commit
2c0a80f
·
verified ·
1 Parent(s): 9b23ffc

Unbuffereed Python.

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,6 +13,6 @@ COPY --chown=user . /app
13
  RUN touch __init__.py
14
  RUN mv config config.py
15
 
16
- RUN python -v prep.py
17
 
18
  CMD ["python", "train.py"]
 
13
  RUN touch __init__.py
14
  RUN mv config config.py
15
 
16
+ RUN python -u prep.py
17
 
18
  CMD ["python", "train.py"]