Skip to content

Commit

Permalink
Fix the directory path (#912)
Browse files Browse the repository at this point in the history
* Fix the directory path
* Fix missing new line in the command
  • Loading branch information
janetkuo authored Dec 18, 2024
1 parent 889e6af commit 793e02d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions slurm-on-gke/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@ The Terraform module will also create a new project and anything that might be n
5\. Initialize Terraform.

```bash
cd slurm-on-gke
cd infrastructure
cd ai-on-gke/slurm-on-gke/infrastructure
terraform init
```

Expand Down Expand Up @@ -267,7 +266,8 @@ To build the container image, use the following commands:

```bash
cd .. # (you were in the infrastructure directory)
cd image docker build -t europe-west3-docker.pkg.dev/$PROJECT_ID/slurm/slurmd:535 .
cd image
docker build -t europe-west3-docker.pkg.dev/$PROJECT_ID/slurm/slurmd:535 .
docker push europe-west3-docker.pkg.dev/$PROJECT_ID/slurm/slurmd:535
```

Expand Down

0 comments on commit 793e02d

Please sign in to comment.