You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,7 +26,7 @@ And tag the images to the desired registry
26
26
27
27
```bash
28
28
export ARCH=arm64 # x86_64
29
-
docker tag graphscope/neug-manylinux:${ARCH} neug-registry.cn-hongkong.cr.aliyuncs.com/neug/neug-manylinux:v0.1.1-${ARCH}
29
+
docker tag graphscope/neug-manylinux:${ARCH} neug-registry.cn-hongkong.cr.aliyuncs.com/neug/neug-manylinux:v0.1.2-${ARCH}
30
30
```
31
31
32
32
## Developing Development Images
@@ -42,9 +42,9 @@ make neug-dev # Build the image suitable for development
42
42
Since Docker images are architecture-specific, you can create a manifest to enable users to pull the same image name across different platforms. This process is scripted in `manifest.sh`.
0 commit comments