Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 168f15c

Browse files
authored
Merge pull request #8 from uvidyadharan/pr_fix_gpu_utilization
Update README.md
2 parents 9ac14b5 + 6257b40 commit 168f15c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,19 @@ popd
160160
## Install JDK
161161
Depending on your OS and distribution there are various ways to install JDK. See https://www.oracle.com/java/technologies/downloads/ for instructions.
162162
163-
## Install Docker
163+
## Docker
164+
165+
### Install
166+
164167
Depending on your OS and distribution there are various ways to install Docker. https://docs.docker.com/get-docker/
165168
169+
### Authenticate
170+
171+
```
172+
gcloud auth configure-docker
173+
Do you want to continue (Y/n)? y
174+
```
175+
166176
## Fill in the values in server/env_variables.yaml
167177
168178
1. Replace `<YOUR-PROJECT-ID>` with the Google Cloud Project ID for your project.

0 commit comments

Comments
 (0)