Skip to content

Commit

Permalink
chore: clean up stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartorn committed Jun 29, 2020
1 parent b2d0f41 commit ef5b556
Show file tree
Hide file tree
Showing 12 changed files with 1,910 additions and 11,788 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN curl https://dl.google.com/go/go1.13.10.linux-amd64.tar.gz -o go.tar.gz \
&& mv go /usr/local

ENV GOROOT /usr/local/go
ENV PATH $GOPATH/bin:$GOROOT/bin:$PATH
ENV PATH $PATH:$GOPATH/bin:$GOROOT/bin:/usr/sbin:/usr/local/sbin:/sbin

# Install Bazelisk as Bazel
RUN go get github.com/bazelbuild/bazelisk && ln -s /root/go/bin/bazelisk /usr/local/bin/bazel
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN curl https://dl.google.com/go/go1.13.10.linux-amd64.tar.gz -o go.tar.gz \
&& mv go /usr/local

ENV GOROOT /usr/local/go
ENV PATH $GOPATH/bin:$GOROOT/bin:$PATH
ENV PATH $PATH:$GOPATH/bin:$GOROOT/bin:/usr/sbin:/usr/local/sbin:/sbin

# Install Bazelisk as Bazel
RUN go get github.com/bazelbuild/bazelisk && ln -s /root/go/bin/bazelisk /usr/local/bin/bazel
Expand Down
Loading

0 comments on commit ef5b556

Please sign in to comment.