This commit is contained in:
s434766 2021-04-10 13:57:58 +02:00
parent 0bcff8ff05
commit 60e0720600

View File

@ -1,9 +1,10 @@
FROM ubuntu:latest
RUN apt update && apt install -y python3-pip --no-install-recommends && pip3 install numpy && pip3 install pandas && pip3 install wget && pip3 install scikit-learn && rm -rf /var/lib/apt/lists/*
RUN apt update && apt install -y python3-pip && pip3 install setuptools && pip3 install numpy && pip3 install pandas && pip3 install wget && pip3 install scikit-learn && rm -rf /var/lib/apt/lists/*
WORKDIR /app
COPY ./create.py ./
COPY ./stats.py ./