Fix README issues (#817)
Signed-off-by: lvliang-intel <liang1.lv@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -6,23 +6,18 @@ This document outlines the deployment process for a Instruction Tuning Service u
|
||||
|
||||
First of all, you need to build Docker Images locally. This step can be ignored after the Docker images published to Docker hub.
|
||||
|
||||
### 1. Source Code install GenAIComps
|
||||
|
||||
```bash
|
||||
git clone https://github.com/opea-project/GenAIComps.git
|
||||
cd GenAIComps
|
||||
```
|
||||
|
||||
### 2. Build Docker Image
|
||||
### 1. Build Docker Image
|
||||
|
||||
Build docker image with below command:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/opea-project/GenAIComps.git
|
||||
cd GenAIComps
|
||||
export HF_TOKEN=${your_huggingface_token}
|
||||
docker build -t opea/finetuning:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy --build-arg HF_TOKEN=$HF_TOKEN -f comps/finetuning/Dockerfile .
|
||||
```
|
||||
|
||||
### 3. Run Docker with CLI
|
||||
### 2. Run Docker with CLI
|
||||
|
||||
Start docker container with below command:
|
||||
|
||||
|
||||
@@ -6,22 +6,17 @@ This document outlines the deployment process for a Instruction Tuning Service u
|
||||
|
||||
First of all, you need to build Docker Images locally. This step can be ignored after the Docker images published to Docker hub.
|
||||
|
||||
### 1. Source Code install GenAIComps
|
||||
|
||||
```bash
|
||||
git clone https://github.com/opea-project/GenAIComps.git
|
||||
cd GenAIComps
|
||||
```
|
||||
|
||||
### 2. Build Docker Image
|
||||
### 1. Build Docker Image
|
||||
|
||||
Build docker image with below command:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/opea-project/GenAIComps.git
|
||||
cd GenAIComps
|
||||
docker build -t opea/finetuning-gaudi:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/finetuning/Dockerfile.intel_hpu .
|
||||
```
|
||||
|
||||
### 3. Run Docker with CLI
|
||||
### 2. Run Docker with CLI
|
||||
|
||||
Start docker container with below command:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user