ium_430705/Dockerfile
Michał Zaręba 4068537e99
Some checks failed
s430705-training/pipeline/head There was a failure building this commit
Zaktualizuj 'Dockerfile'
2021-05-07 23:45:43 +02:00

15 lines
280 B
Docker

FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y python3-pip
RUN apt-get install -y figlet
WORKDIR /app
COPY ./requirements.txt ./
COPY ./script2.py ./
RUN pip3 install -r ./requirements.txt
CMD python3 script2.py
CMD python3 lab05.py
CMD python3 lab06_training.py