fix path
Some checks failed
s464980-training/pipeline/head There was a failure building this commit

This commit is contained in:
Sheaza 2024-05-14 21:34:55 +02:00
parent bc60e9bee2
commit 5cb54eabec

View File

@ -11,6 +11,6 @@ WORKDIR ./app
COPY ./get_dataset.py ./
COPY ./get_stats.py ./
COPY training/train.py ./
COPY ./train.py ./
COPY predict.py ./
CMD bash