Zaktualizuj 'Dockerfile'

This commit is contained in:
Michał Dudziak 2023-05-10 17:58:31 +02:00
parent 26c43b6b17
commit 37b811e45d

View File

@ -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
WORKDIR /app
COPY ./metrics.txt