Skip to content

Commit 18acab9

Browse files
committed
Added Docker URL on Readme
1 parent f922955 commit 18acab9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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

133133
4. 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)
136136
5. Once the Docker Image is Built/Pulled, run the image using the following command:
137137

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker build . -t zero-code-tf-classifier
1+
docker build . -t animikhaich/zero-code-tf-classifier

launch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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"

0 commit comments

Comments
 (0)