diff --git a/Dockerfile b/Dockerfile index c31d556..101b2e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,10 +10,10 @@ RUN pip install --user seaborn RUN pip install --user tensorflow RUN pip install --user sacred RUN pip install --user numpy -RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle -ENV KAGGLE_USERNAME=michal2608 -ENV KAGGLE_KEY="" -RUN apt-get install unzip RUN apt install git -y +CMD python3 predict.py -CMD python3 predict.py \ No newline at end of file + +WORKDIR /app + +COPY ./metrics.txt \ No newline at end of file