Skip to content

Commit 2206bdc

Browse files
committed
change ports
1 parent b2967fa commit 2206bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Download data : <https://github.com/CVxTz/ToyImageClassificationDataset>
77

88
```sudo docker build -t img_classif .```
99

10-
```sudo docker run -p 80:80 img_classif```
10+
```sudo docker run -p 8080:8080 img_classif```
1111

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"```
12+
```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

Comments
 (0)