Spaces:
Runtime error
Runtime error
Sandra Ashipala
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -89,7 +89,7 @@ To deploy DocVerifyRAG using Docker, follow these steps:
|
|
| 89 |
2. Run the Docker container:
|
| 90 |
|
| 91 |
```bash
|
| 92 |
-
$ docker run -d -p 5000:5000
|
| 93 |
```
|
| 94 |
|
| 95 |
### Usage
|
|
|
|
| 89 |
2. Run the Docker container:
|
| 90 |
|
| 91 |
```bash
|
| 92 |
+
$ docker run -d -p 5000:5000 sandramsc/docverifyrag:latest
|
| 93 |
```
|
| 94 |
|
| 95 |
### Usage
|