File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -76,12 +76,12 @@ GPU 0: NVIDIA GeForce GTX 1080 (UUID: GPU-********-****-****-****-************)
76
76
77
77
## Setup your container runtime (crun + wasmedge + plugin system)
78
78
79
- Build crun with wasmedge and plugin system both enable
79
+ Build crun with wasmedge enable
80
80
81
81
``` bash
82
82
> sudo apt install -y make git gcc build-essential pkgconf libtool libsystemd-dev libprotobuf-c-dev libcap-dev libseccomp-dev libyajl-dev go-md2man libtool autoconf python3 automake
83
83
84
- > git clone -b enable-wasmedge-plugin https://github.com/second-state /crun
84
+ > git clone https://github.com/containers /crun
85
85
> cd crun
86
86
> ./autogen.sh
87
87
> ./configure --with-wasmedge
@@ -96,7 +96,7 @@ Replace container run time
96
96
{
97
97
"runtimes" : {
98
98
"crun" : {
99
- "path" : " <the crun binary path build from you >"
99
+ "path" : " <The crun binary path is built by yourself >"
100
100
}
101
101
},
102
102
"features" : {
Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ nvidia.com/gpu=all
57
57
58
58
## Setup your container runtime (crun + wasmedge + plugin system)
59
59
60
- Build crun with wasmedge and plugin system both enable
60
+ Build crun with wasmedge enable
61
61
62
62
``` bash
63
63
> sudo apt install -y make git gcc build-essential pkgconf libtool libsystemd-dev libprotobuf-c-dev libcap-dev libseccomp-dev libyajl-dev go-md2man libtool autoconf python3 automake
64
64
65
- > git clone -b enable-wasmedge-plugin https://github.com/second-state /crun
65
+ > git clone https://github.com/containers /crun
66
66
> cd crun
67
67
> ./autogen.sh
68
68
> ./configure --with-wasmedge
You can’t perform that action at this time.
0 commit comments