From 37b811e45d2f57aeb912a37ca669b57855aa721a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudziak?= Date: Wed, 10 May 2023 17:58:31 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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