diff --git a/slurm-on-gke/README.md b/slurm-on-gke/README.md index 0ba89f2d7..86e868ba8 100644 --- a/slurm-on-gke/README.md +++ b/slurm-on-gke/README.md @@ -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 ``` @@ -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 ```