ium_487194/Dockerfile
2023-05-14 14:45:24 +02:00

23 lines
255 B
Docker

FROM python:3.8-slim-buster
WORKDIR /
RUN apt-get update && apt-get install -y \
figlet \
unzip \
&& rm -rf /var/lib/apt/lists/*
RUN pip install --upgrade pip
RUN pip install torch pandas numpy scikit-learn kaggle mlflow
COPY . /