mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
change version number (#368)
### What problem does this PR solve? Issue link: for release v0.1.0 ### Type of change - [x] Documentation Update - [x] Refactoring
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
<img alt="Static Badge" src="https://img.shields.io/badge/RAGFLOW-LLM-white?&labelColor=dd0af7"></a>
|
||||
<a href="https://hub.docker.com/r/infiniflow/ragflow" target="_blank">
|
||||
<img src="https://img.shields.io/badge/docker_pull-ragflow:v1.0-brightgreen"
|
||||
alt="docker pull ragflow:v1.0"></a>
|
||||
alt="docker pull infiniflow/ragflow:v0.1.0"></a>
|
||||
<a href="https://github.com/infiniflow/ragflow/blob/main/LICENSE">
|
||||
<img height="21" src="https://img.shields.io/badge/License-Apache--2.0-ffffff?style=flat-square&labelColor=d4eaf7&color=7d09f1" alt="license">
|
||||
</a>
|
||||
@ -171,7 +171,7 @@ To build the Docker images from source:
|
||||
```bash
|
||||
$ git clone https://github.com/infiniflow/ragflow.git
|
||||
$ cd ragflow/
|
||||
$ docker build -t infiniflow/ragflow:v1.0 .
|
||||
$ docker build -t infiniflow/ragflow:v0.1.0 .
|
||||
$ cd ragflow/docker
|
||||
$ chmod +x ./entrypoint.sh
|
||||
$ docker compose up -d
|
||||
|
||||
Reference in New Issue
Block a user