ium_464914/Dockerfile
Alicja Szulecka 7d827bf89d env 2
2024-04-02 14:33:49 +02:00

18 lines
379 B
Docker

FROM ubuntu:latest
# Dockerfile
ENV KAGGLE_USERNAME=alicjaszulecka
ENV KAGGLE_KEY=default_key
RUN apt update && apt install -y python3-pip
RUN apt install unzip
RUN apt install bc
RUN pip3 install kaggle
RUN pip install --user pandas
RUN pip install --user scikit-learn
RUN pip install --user matplotlib
RUN pip install --user geopandas
WORKDIR /app
COPY ./get_dataset.sh ./