We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2967fa commit 2206bdcCopy full SHA for 2206bdc
README.md
@@ -7,6 +7,6 @@ Download data : <https://github.com/CVxTz/ToyImageClassificationDataset>
7
8
```sudo docker build -t img_classif .```
9
10
-```sudo docker run -p 80:80 img_classif```
+```sudo docker run -p 8080:8080 img_classif```
11
12
-```time curl -X POST "http://127.0.0.1:80/scorefile/" -H "accept: application/json" -H "Content-Type: multipart/form-data" -F "file=@337px-Majestic_Twilight.jpg"```
+```time curl -X POST "http://127.0.0.1:8080/scorefile/" -H "accept: application/json" -H "Content-Type: multipart/form-data" -F "file=@337px-Majestic_Twilight.jpg"```
0 commit comments