ium_464953/Dockerfile
Michal Gulczynski 2724f348b0 ium_07 sacred
2024-06-11 19:15:00 +02:00

11 lines
263 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 --break-system-package