ium_434784/Dockerfile
2021-04-12 00:31:59 +02:00

17 lines
295 B
Docker

FROM ubuntu:latest
RUN apt update
RUN apt install -y python3 python3-pip
RUN apt install -y curl
RUN pip3 install --user pandas
RUN pip3 install --user matplotlib
RUN pip3 install --user numpy
WORKDIR /app
COPY ./preparations.sh ./
COPY ./preprocesing_python.py ./
# CMD ./preparations.sh