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

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hmtai authored Aug 7, 2019
1 parent c568c07 commit cc06855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ ADD . /go/src/github.com/kubeflow/pytorch-operator
WORKDIR /go/src/github.com/kubeflow/pytorch-operator

# Build pytorch operator v1beta2 binary
RUN go build cmd/pytorch-operator.v1beta2
RUN go build ./cmd/pytorch-operator.v1beta2
# Build pytorch operator v1 binary
RUN go build cmd/pytorch-operator.v1
RUN go build ./cmd/pytorch-operator.v1

FROM registry.access.redhat.com/ubi8/ubi:latest

Expand Down

0 comments on commit cc06855

Please sign in to comment.