Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -6,5 +6,4 @@ RUN tmp=$(mktemp) && \
|
|
6 |
mv "$tmp" "${CONFIG}"
|
7 |
RUN chown -R user:user config.json
|
8 |
|
9 |
-
|
10 |
-
CMD ["python", "train.py"]
|
|
|
6 |
mv "$tmp" "${CONFIG}"
|
7 |
RUN chown -R user:user config.json
|
8 |
|
9 |
+
CMD ["python", "prep.py &&", "python", "train.py"]
|
|