ium_444501/Dockerfile
2022-04-02 22:29:04 +02:00

24 lines
344 B
Docker

FROM ubuntu:latest
FROM python:3.9
RUN apt-get update
# RUN apt install -y python3-pip
RUN pip3 install pandas
RUN pip3 install matplotlib
RUN pip3 install sklearn
RUN pip3 install kaggle
WORKDIR /ium
ARG KAGGLE_USERNAME
ARG KAGGLE_KEY
COPY ./ium-data.py ./
RUN mkdir /.kaggle
RUN export KAGGLE_CONFIG_DIR='/.kaggle/'
CMD ./ium-data.py