fix path 2
All checks were successful
s464980-training/pipeline/head This commit looks good

This commit is contained in:
Sheaza 2024-05-14 21:36:24 +02:00
parent 5cb54eabec
commit 84ef66131c
2 changed files with 1 additions and 1 deletions

View File

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