Spaces:
Running
Running
Updated docker build and run instructions
Browse files
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
|
95 |
-
docker run -it -p 7860:7860
|
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.
|