Spaces:
Sleeping
Sleeping
Added changes to README.md - local run and docker commands
Browse files
README.md
CHANGED
@@ -23,7 +23,10 @@ Steps to install dependencies, configure settings, and prepare the environment.
|
|
23 |
|
24 |
## Run the Project
|
25 |
Detailed instructions to execute the main script.
|
26 |
-
|
|
|
|
|
|
|
27 |
---
|
28 |
|
29 |
## API Endpoints and Usage
|
@@ -34,6 +37,11 @@ List of API endpoints, methods, input parameters, and example requests.
|
|
34 |
## Instructions for Building and Running the Docker Container
|
35 |
Steps to create and run the Docker container for the application.
|
36 |
|
|
|
|
|
|
|
|
|
|
|
37 |
---
|
38 |
|
39 |
## Deployment Details
|
|
|
23 |
|
24 |
## Run the Project
|
25 |
Detailed instructions to execute the main script.
|
26 |
+
```commandline
|
27 |
+
python run.py
|
28 |
+
python -m fe.gradio_app
|
29 |
+
```
|
30 |
---
|
31 |
|
32 |
## API Endpoints and Usage
|
|
|
37 |
## Instructions for Building and Running the Docker Container
|
38 |
Steps to create and run the Docker container for the application.
|
39 |
|
40 |
+
```commandline
|
41 |
+
docker-compose build --no-cache
|
42 |
+
docker-compose up
|
43 |
+
docker-compose down --volumes
|
44 |
+
```
|
45 |
---
|
46 |
|
47 |
## Deployment Details
|