Added Dockerfile
This commit is contained in:
parent
2358985132
commit
b4a731aebe
16
Dockerfile
Normal file
16
Dockerfile
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user