Eval script in dockerfile
This commit is contained in:
parent
339abb55d8
commit
ca0d892c3b
@ -10,6 +10,7 @@ WORKDIR /app
|
|||||||
COPY ./download_data.sh calc_stats.sh ./
|
COPY ./download_data.sh calc_stats.sh ./
|
||||||
COPY ./clean_and_split_data.py calc_stats.py ./
|
COPY ./clean_and_split_data.py calc_stats.py ./
|
||||||
COPY ./train_model.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/*
|
RUN apt-get update && apt-get install -y python3-pip unzip && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user