Skip to content

Commit

Permalink
Merge pull request #1 from kuikuikuizzZ/clv-1.7
Browse files Browse the repository at this point in the history
feat(build): add Dockerfile
  • Loading branch information
kuikuikuizzZ authored Nov 19, 2020
2 parents 60993c8 + ef1275a commit 5368fda
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/mxnet-operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM cargo.caicloud.xyz/library/debian:stretch

LABEL maintainer="kuikuikuizzZ <[email protected]>"

ADD bin/mxnet-operator.v1 /mxnet-operator.v1

ENTRYPOINT ["/mxnet-operator.v1"]

0 comments on commit 5368fda

Please sign in to comment.