Eval script in dockerfile
All checks were successful
s444380-training/pipeline/head This commit looks good
s444380-evaluation/pipeline/head This commit looks good

This commit is contained in:
Kamil Guttmann 2022-05-03 20:52:59 +02:00
parent 339abb55d8
commit ca0d892c3b

View File

@ -10,6 +10,7 @@ WORKDIR /app
COPY ./download_data.sh calc_stats.sh ./
COPY ./clean_and_split_data.py calc_stats.py ./
COPY ./train_model.py ./
COPY ./evaluate.py ./
RUN apt-get update && apt-get install -y python3-pip unzip && rm -rf /var/lib/apt/lists/*