Skip to content

Commit 24b48b7

Browse files
committed
Updated docker build and run instructions
1 parent 041c0e9 commit 24b48b7

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
@@ -91,8 +91,8 @@ To access the live demo, click on the `Hugging Face` badge above. Below is a sna
9191
Alternatively, you can deploy the software locally. Note that this is only relevant for development purposes. Simply dockerize the app and run it:
9292

9393
```
94-
docker build -t AeroPath .
95-
docker run -it -p 7860:7860 AeroPath
94+
docker build -t aeropath .
95+
docker run -it -p 7860:7860 aeropath
9696
```
9797

9898
Then open `http://127.0.0.1:7860` in your favourite internet browser to view the demo.

0 commit comments

Comments
 (0)