SANDRAMSC commited on
Commit
e1bf216
1 Parent(s): 070cbc3

Update Install using Docker section

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -63,7 +63,7 @@
63
 
64
  1. Clone the repository:
65
  ```bash
66
- $ git clone https://github.com/your-username/DocVerifyRAG.git
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. Build a Docker image for the application:
84
 
85
  ```bash
86
- $ docker build -t docverifyrag .
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