mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-05-07 02:12:08 +00:00
We need gcc during runtime to enable triton to compile kernels.
This commit is contained in:
parent
d4c6faa67b
commit
273d304cf9
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
stdenv,
|
||||||
dockerTools,
|
dockerTools,
|
||||||
cacert,
|
cacert,
|
||||||
text-generation-inference,
|
text-generation-inference,
|
||||||
@ -19,5 +20,8 @@ build {
|
|||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
contents = [ cacert ];
|
contents = [
|
||||||
|
cacert
|
||||||
|
stdenv.cc
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user