nroggendorff lroggendorff commited on
Commit
9b23ffc
·
verified ·
1 Parent(s): 9c79b22

Python verbose mode. (#6)

Browse files

- Python verbose mode. (15ac873d4520ea1f10b56e197e51eb31b1d4561d)


Co-authored-by: Lance Roggendorff <lroggendorff@users.noreply.huggingface.co>

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"]