Skip to content

Commit e92a150

Browse files
committed
more gpu dep for docker build
1 parent 654cd42 commit e92a150

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

build/dockerfiles/coordinator-api/config.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ p3-symmetric = { path = "/plonky3-gpu/symmetric" }
6363
p3-uni-stark = { path = "/plonky3-gpu/uni-stark" }
6464
p3-maybe-rayon = { path = "/plonky3-gpu/maybe-rayon" }
6565
p3-bn254-fr = { path = "/plonky3-gpu/bn254-fr" }
66+
# scroll gpu
67+
p3-gpu-backend = { path = "/plonky3-gpu/gpu-backend" }
68+
p3-gpu-base = { path = "/plonky3-gpu/gpu-base" }
69+
p3-gpu-build = { path = "/plonky3-gpu/gpu-build" }
70+
p3-gpu-field = { path = "/plonky3-gpu/gpu-field" }
71+
p3-gpu-module = { path = "/plonky3-gpu/gpu-module" }
6672

6773
# gpu crates
6874
[patch."ssh://git@github.com/scroll-tech/plonky3-gpu.git"]
@@ -92,4 +98,9 @@ p3-symmetric = { path = "/plonky3-gpu/symmetric" }
9298
p3-uni-stark = { path = "/plonky3-gpu/uni-stark" }
9399
p3-maybe-rayon = { path = "/plonky3-gpu/maybe-rayon" }
94100
p3-bn254-fr = { path = "/plonky3-gpu/bn254-fr" }
95-
101+
# scroll gpu
102+
p3-gpu-backend = { path = "/plonky3-gpu/gpu-backend" }
103+
p3-gpu-base = { path = "/plonky3-gpu/gpu-base" }
104+
p3-gpu-build = { path = "/plonky3-gpu/gpu-build" }
105+
p3-gpu-field = { path = "/plonky3-gpu/gpu-field" }
106+
p3-gpu-module = { path = "/plonky3-gpu/gpu-module" }

0 commit comments

Comments
 (0)