Spaces:
Paused
Paused
nroggendorff
commited on
Commit
•
43fb4be
1
Parent(s):
fba045b
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,4 +10,4 @@ RUN mkdir /.cache && chmod 777 /.cache
|
|
10 |
|
11 |
RUN mkdir /app/model && chmod 777 /app/model
|
12 |
|
13 |
-
CMD ["python3", "
|
|
|
10 |
|
11 |
RUN mkdir /app/model && chmod 777 /app/model
|
12 |
|
13 |
+
CMD ["python3", "train.py"]
|