Skip to content

Commit

Permalink
[docs] development guide update (#1995)
Browse files Browse the repository at this point in the history
* [docs] developer_guide update

Signed-off-by: Shashank Mittal <shashank.mittal.mec22@itbhu.ac.in>

* update

Signed-off-by: Shashank Mittal <shashank.mittal.mec22@itbhu.ac.in>

---------

Signed-off-by: Shashank Mittal <shashank.mittal.mec22@itbhu.ac.in>
  • Loading branch information
shashank-iitbhu authored Jan 25, 2024
1 parent 07d1a61 commit 98d40be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ln -sf ${GIT_TRAINING} $(go env GOPATH)/src/github.com/kubeflow/training-operato
Install dependencies

```sh
go mod vendor
go mod tidy
```

Build it
Expand Down Expand Up @@ -75,7 +75,7 @@ make run
To verify local operator is working, create an example job and you should see jobs created by it.

```sh
cd ./examples/v1/dist-mnist
cd ./examples/tensorflow/dist-mnist
docker build -f Dockerfile -t kubeflow/tf-dist-mnist-test:1.0 .
kubectl create -f ./tf_job_mnist.yaml
```
Expand Down

0 comments on commit 98d40be

Please sign in to comment.