ium_464953/Dockerfile

12 lines
274 B
Docker

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