ium_464953/Dockerfile
Michal Gulczynski af91b85a30 ium_07 sacred
2024-06-11 19:06:13 +02:00

11 lines
240 B
Docker

FROM ubuntu:latest
RUN apt-get update && \
apt-get install -y \
python3 \
python3-pip \
wget \
unzip \
&& rm -rf /var/lib/apt/lists/*
RUN pip3 install pandas scikit-learn requests kaggle numpy sacred pymongo