Skip to content

Commit

Permalink
docs(backend): clean up readme (#4896)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy authored Dec 15, 2020
1 parent 5a4b70e commit 9acc440
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,6 @@ The API server itself can be built using:
go build -o /tmp/apiserver backend/src/apiserver/*.go
```

## Building APIServer Image using Remote Build Execution

If you are a dev in the Kubeflow Pipelines team, you can use
[Remote Build Execution Service](https://cloud.google.com/sdk/gcloud/reference/alpha/remote-build-execution/)
to build the API Server image using Bazel with use of a shared cache for
speeding up the build. To do so, execute the following command:

```
./build_api_server.sh -i gcr.io/cloud-ml-pipelines-test/api-server:dev
```

## Building APIServer image locally

The API server image can be built from the root folder of the repo using:
Expand All @@ -40,6 +29,8 @@ After making changes to proto files, the Go client libraries and swagger files
need to be regenerated and checked-in. The `backend/api/generate_api.sh` script
takes care of this. It should be noted that this requires [Bazel](https://bazel.build/), version 0.24.0`

# Visualization Server Instructions

## Updating python dependencies

[pip-tools](https://github.com/jazzband/pip-tools) is used to manage python
Expand Down

0 comments on commit 9acc440

Please sign in to comment.