Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
MXNet operator initial version (#1)
Browse files Browse the repository at this point in the history
* add prow setup config (kubeflow/community#136)

* copy all files from tusimple/mxnet-operator to here

* change to mxnet-operator
  • Loading branch information
suleisl2000 authored and k8s-ci-robot committed Aug 29, 2018
1 parent 2c0a77e commit 8d73e16
Show file tree
Hide file tree
Showing 1,932 changed files with 853,652 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM golang:1.8.2

RUN mkdir -p /opt/mlkube
RUN mkdir -p /opt/mlkube/test
COPY mxnet-operator /opt/mlkube
RUN chmod a+x /opt/mlkube/mxnet-operator

CMD ["/opt/mlkube/mxnet-operator", "--alsologtostderr", "-v=1"]
Loading

0 comments on commit 8d73e16

Please sign in to comment.