Spaces:
Sleeping
Sleeping
Update Install using Docker section
Browse files
README.md
CHANGED
@@ -63,7 +63,7 @@
|
|
63 |
|
64 |
1. Clone the repository:
|
65 |
```bash
|
66 |
-
$ git clone https://github.com/
|
67 |
```
|
68 |
|
69 |
2. Navigate to the project directory:
|
@@ -80,16 +80,16 @@
|
|
80 |
|
81 |
To deploy DocVerifyRAG using Docker, follow these steps:
|
82 |
|
83 |
-
1.
|
84 |
|
85 |
```bash
|
86 |
-
$ docker
|
87 |
```
|
88 |
|
89 |
2. Run the Docker container:
|
90 |
|
91 |
```bash
|
92 |
-
$ docker run -d -p 5000:5000 docverifyrag
|
93 |
```
|
94 |
|
95 |
### Usage
|
|
|
63 |
|
64 |
1. Clone the repository:
|
65 |
```bash
|
66 |
+
$ git clone https://github.com/eliawaefler/DocVerifyRAG.git
|
67 |
```
|
68 |
|
69 |
2. Navigate to the project directory:
|
|
|
80 |
|
81 |
To deploy DocVerifyRAG using Docker, follow these steps:
|
82 |
|
83 |
+
1. Pull the Docker image from Docker Hub:
|
84 |
|
85 |
```bash
|
86 |
+
$ docker pull sandra/docverifyrag:latest
|
87 |
```
|
88 |
|
89 |
2. Run the Docker container:
|
90 |
|
91 |
```bash
|
92 |
+
$ docker run -d -p 5000:5000 <dockerhub_username>/docverifyrag:latest
|
93 |
```
|
94 |
|
95 |
### Usage
|