Skip to content

Commit

Permalink
Updated docker build and run instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Jun 21, 2024
1 parent 041c0e9 commit 24b48b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ To access the live demo, click on the `Hugging Face` badge above. Below is a sna
Alternatively, you can deploy the software locally. Note that this is only relevant for development purposes. Simply dockerize the app and run it:

```
docker build -t AeroPath .
docker run -it -p 7860:7860 AeroPath
docker build -t aeropath .
docker run -it -p 7860:7860 aeropath
```

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

0 comments on commit 24b48b7

Please sign in to comment.