Skip to content

Commit fd85f38

Browse files
authored
fix: update override repo for example local path (#239)
1 parent 919cd03 commit fd85f38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builder/dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function build_extension {
105105
# check if using a local path for kernel-builder
106106
is_using_path=$(grep -q 'kernel-builder.url *= *"path:' flake.nix && echo "yes" || echo "no")
107107
if [ "$is_using_path" = "yes" ]; then
108-
override="--override-input kernel-builder github:huggingface/kernel-builder"
108+
override="--override-input kernel-builder github:huggingface/kernels"
109109
echo "Detected local path for kernel-builder in flake.nix, overriding to use GitHub source."
110110
else
111111
echo "No local path for kernel-builder detected in flake.nix."

0 commit comments

Comments
 (0)