mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-05-05 17:22:06 +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,
|
||||
cacert,
|
||||
text-generation-inference,
|
||||
@ -19,5 +20,8 @@ build {
|
||||
];
|
||||
|
||||
};
|
||||
contents = [ cacert ];
|
||||
contents = [
|
||||
cacert
|
||||
stdenv.cc
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user