Zaktualizuj 'Dockerfile'

This commit is contained in:
Witold Woch 2023-04-04 23:18:57 +02:00
parent ca3aaf6646
commit d5896d02a8

View File

@ -8,8 +8,11 @@ RUN pip3 install kaggle
RUN pip3 install scikit-learn
RUN pip3 install seaborn
WORKDIR /app
RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
ENV KAGGLE_USERNAME=witeks1833
ENV KAGGLE_KEY=""
WORKDIR /app
COPY ./script ./
CMD ["bash", "script"]