mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-23 07:52:06 +00:00
Fix test devshell
This commit is contained in:
parent
05004a6cfd
commit
063104c217
12
flake.nix
12
flake.nix
@ -115,15 +115,17 @@
|
|||||||
buildInputs =
|
buildInputs =
|
||||||
[
|
[
|
||||||
benchmark
|
benchmark
|
||||||
launcher
|
cargo
|
||||||
router
|
|
||||||
server
|
|
||||||
client
|
client
|
||||||
|
clippy
|
||||||
|
ffmpeg
|
||||||
|
launcher
|
||||||
openssl.dev
|
openssl.dev
|
||||||
pkg-config
|
pkg-config
|
||||||
cargo
|
router
|
||||||
|
rustPlatform.bindgenHook
|
||||||
rustfmt
|
rustfmt
|
||||||
clippy
|
server
|
||||||
]
|
]
|
||||||
++ (with python3.pkgs; [
|
++ (with python3.pkgs; [
|
||||||
docker
|
docker
|
||||||
|
Loading…
Reference in New Issue
Block a user