Spaces:
Paused
Paused
Unbuffereed Python.
#7
by
lroggendorff
- opened
- 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 -
|
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"]
|