Skip to content

Commit

Permalink
Updated Env Setup Task Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
alihussainia authored May 26, 2021
1 parent cdfc743 commit 9ecdbec
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions task-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,15 @@ gcloud services enable container.googleapis.com
gcloud config set compute/region us-west1
gcloud config set compute/zone us-west1-a
```
3. Set the `PROJECT_ID` environment variable using:
```bash
export PROJECT_ID=ml-gke-01
```
4. Clone the `GitHub repository` using:
3. Clone the `GitHub repository` using:
```bash
git clone https://github.com/alihussainia/Machine-Learning-GKE-Autopilot.git
```
5. Change to the `Machine-Learning-GKE-Autopilot` directory using:
4. Change to the `Machine-Learning-GKE-Autopilot` directory using:
```bash
cd Machine-Learning-GKE-Autopilot
```
6. Set the `WORKING_DIR` environment variable using:
5. Set the `WORKING_DIR` environment variable using:
```bash
export WORKING_DIR=$(pwd)
```

0 comments on commit 9ecdbec

Please sign in to comment.