ium_495719/Dockerfile
PawelDopierala 2044c0e46b try
2024-04-02 22:29:35 +02:00

9 lines
165 B
Docker

FROM ubuntu:latest
RUN apt-get update && \
apt-get install -y python3-pip && \
pip3 install kaggle pandas scikit-learn
COPY data_processing.sh .
WORKDIR .