Skip to content

Commit 05c515f

Browse files
docs: update README
1 parent 3836ad4 commit 05c515f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,17 @@ Experience it on the [OpenXLab Application Center](https://g-app-center-000704-6
106106
ls cache/data/graphgen
107107
```
108108

109+
## Run with Docker
110+
1. Build the Docker image
111+
```bash
112+
docker build -t graphgen .
113+
```
114+
2. Run the Docker container
115+
```bash
116+
docker run -p 7860:7860 graphgen
117+
```
118+
119+
109120
## 📌 Latest Updates
110121

111122
- **2025.04.21**: We have released the initial version of GraphGen.

0 commit comments

Comments
 (0)