We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3836ad4 commit 05c515fCopy full SHA for 05c515f
1 file changed
README.md
@@ -106,6 +106,17 @@ Experience it on the [OpenXLab Application Center](https://g-app-center-000704-6
106
ls cache/data/graphgen
107
```
108
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
116
+ docker run -p 7860:7860 graphgen
117
118
+
119
120
## 📌 Latest Updates
121
122
- **2025.04.21**: We have released the initial version of GraphGen.
0 commit comments