mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-23 16:02:10 +00:00
nix: remove unused _server.nix
file (#2538)
This commit is contained in:
parent
b590310255
commit
9aed9d5f81
17
_server.nix
17
_server.nix
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
mkPoetryApplication,
|
|
||||||
pkg-config,
|
|
||||||
protobuf,
|
|
||||||
openssl,
|
|
||||||
}:
|
|
||||||
|
|
||||||
mkPoetryApplication {
|
|
||||||
# name = "text-generation-server";
|
|
||||||
|
|
||||||
projectDir = ./server;
|
|
||||||
|
|
||||||
# nativeBuildInputs = [ pkg-config ];
|
|
||||||
|
|
||||||
# buildInputs = [ openssl.dev protobuf ];
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user