ium_464914/Dockerfile
Alicja Szulecka 70cd8d9920 update
2024-04-02 19:29:47 +02:00

13 lines
228 B
Docker

FROM ubuntu:latest
RUN apt update && apt install -y python3-pip
RUN apt install unzip
RUN apt install bc
RUN pip install kaggle
RUN pip install --user pandas
RUN pip install --user scikit-learn
WORKDIR /app
COPY IUM_2.py ./