dockerfile
Some checks reported errors
s434784-training/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
s434784-training/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
e180be0f1c
commit
db2f934cae
10
Dockerfile
10
Dockerfile
@ -4,11 +4,11 @@ RUN apt update
|
|||||||
RUN apt install -y python3 python3-pip
|
RUN apt install -y python3 python3-pip
|
||||||
RUN apt install -y curl
|
RUN apt install -y curl
|
||||||
|
|
||||||
RUN pip3 install --user pandas
|
RUN pip3 install pandas
|
||||||
RUN pip3 install --user matplotlib
|
RUN pip3 install matplotlib
|
||||||
RUN pip3 install --user numpy
|
RUN pip3 install numpy
|
||||||
RUN pip3 install --user tensorflow
|
RUN pip3 install tensorflow
|
||||||
RUN pip3 install --user sklearn
|
RUN pip3 install sklearn
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user