Spaces:
Runtime error
Runtime error
Python verbose mode. (#6)
Browse files- Python verbose mode. (15ac873d4520ea1f10b56e197e51eb31b1d4561d)
Co-authored-by: Lance Roggendorff <lroggendorff@users.noreply.huggingface.co>
- 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"]
|