Zaktualizuj 'Dockerfile'
This commit is contained in:
parent
26c43b6b17
commit
37b811e45d
10
Dockerfile
10
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
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./metrics.txt
|
Loading…
Reference in New Issue
Block a user