Update 'Dockerfile'
This commit is contained in:
parent
469731c5ac
commit
7a4759e8b1
@ -17,4 +17,6 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
CMD ["python", "create_dataset.py"]
|
CMD ["python", "create_dataset.py"]
|
||||||
|
CMD ["python", "train.py"]
|
||||||
|
CMD ["python", "pred.py"]
|
Loading…
Reference in New Issue
Block a user