ium_444354/Dockerfile
Adrian Charkiewicz b238956acd
Some checks failed
s444354-training/pipeline/head There was a failure building this commit
s444354-evaluation/pipeline/head There was a failure building this commit
jenkinsfile2
2022-05-06 17:08:30 +02:00

16 lines
411 B
Docker

FROM ubuntu:latest
FROM tensorflow/tensorflow:latest
RUN apt update && apt install -y
RUN apt-get install -y python3
RUN apt-get install -y unzip
RUN apt-get install -y python3-pip
RUN apt-get install unzip
RUN apt-get install wget
# RUN python3 -m pip install kaggle
RUN python3 -m pip install pandas
RUN pip3 install matplotlib
# RUN ln -s ~/.local/bin/kaggle /usr/bin/kaggle
WORKDIR /app
COPY . .
RUN ls -la