This commit is contained in:
Francesco Gatti
2020-07-13 19:50:00 +02:00
parent 83d57436ac
commit 79bd3d6f35
3 changed files with 85 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM ceccocats/tkdnn:latest
LABEL maintainer "Francesco Gatti"
RUN cd && git clone https://github.com/ceccocats/tkDNN.git && cd tkDNN && mkdir build && cd build \
&& cmake .. && make -j12