lroggendorff commited on
Commit
15ac873
·
verified ·
1 Parent(s): 9c79b22

Python verbose mode.

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 prep.py
17
 
18
  CMD ["python", "train.py"]
 
13
  RUN touch __init__.py
14
  RUN mv config config.py
15
 
16
+ RUN python -v prep.py
17
 
18
  CMD ["python", "train.py"]