andreped commited on
Commit
24b48b7
1 Parent(s): 041c0e9

Updated docker build and run instructions

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -91,8 +91,8 @@ To access the live demo, click on the `Hugging Face` badge above. Below is a sna
91
  Alternatively, you can deploy the software locally. Note that this is only relevant for development purposes. Simply dockerize the app and run it:
92
 
93
  ```
94
- docker build -t AeroPath .
95
- docker run -it -p 7860:7860 AeroPath
96
  ```
97
 
98
  Then open `http://127.0.0.1:7860` in your favourite internet browser to view the demo.
 
91
  Alternatively, you can deploy the software locally. Note that this is only relevant for development purposes. Simply dockerize the app and run it:
92
 
93
  ```
94
+ docker build -t aeropath .
95
+ docker run -it -p 7860:7860 aeropath
96
  ```
97
 
98
  Then open `http://127.0.0.1:7860` in your favourite internet browser to view the demo.