ium_464913/Dockerfile

9 lines
163 B
Docker
Raw Normal View History

2024-04-01 13:47:56 +02:00
FROM ubuntu:latest
RUN apt update && apt install -y python3-pip unzip
2024-04-01 13:59:07 +02:00
RUN pip install kaggle pandas numpy scikit-learn
2024-04-01 13:47:56 +02:00
WORKDIR /app
COPY ./create-dataset.py ./