File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 <p align =" center " >
1616 Start Training a State of the Art Image Classifier within Minutes with Zero Coding Knowledge
1717 <br />
18- <a href="http ://hub.docker.com/">Docker Image</a>
18+ <a href="https ://hub.docker.com/repository/docker/animikhaich/zero-code-tf-classifier ">Docker Image</a>
1919 ·
2020 <a href="https://github.com/animikhaich/Zero-Code-TF-Classifier/issues/new">Report Bug</a>
2121 ·
@@ -131,7 +131,7 @@ The above is just used for development and by no means is necessary to run this
131131```
132132
1331334 . There are two methods:
134- - Pull the Image from Docker Hub
134+ - Pull the Image from [ Docker Hub Repository ] ( https://hub.docker.com/repository/docker/animikhaich/zero-code-tf-classifier )
135135 - Clone the Repo and Build the Docker Image using the [ build script] ( build.sh )
1361365 . Once the Docker Image is Built/Pulled, run the image using the following command:
137137
Original file line number Diff line number Diff line change 1- docker build . -t zero-code-tf-classifier
1+ docker build . -t animikhaich/ zero-code-tf-classifier
Original file line number Diff line number Diff line change 1- parallel -u ::: " streamlit run main.py" " tensorboard --logdir logs/tensorboard --host 0.0.0.0 --port 6006 "
1+ parallel -u ::: " streamlit run main.py" " tensorboard --logdir logs/tensorboard --host 0.0.0.0"
You can’t perform that action at this time.
0 commit comments