mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
nix: add poetry to the impure shell
This shouldn't be used to manage dependencies in a Nix devshell, but can be handy to update `poetry.lock`.
This commit is contained in:
parent
98db89b8b6
commit
45c6ae6dd3
@ -9,6 +9,7 @@
|
||||
cudaPackages,
|
||||
openssl,
|
||||
pkg-config,
|
||||
poetry,
|
||||
protobuf,
|
||||
python3,
|
||||
pyright,
|
||||
@ -28,6 +29,7 @@ mkShell {
|
||||
black
|
||||
isort
|
||||
pkg-config
|
||||
poetry
|
||||
(rust-bin.stable.latest.default.override {
|
||||
extensions = [
|
||||
"rust-analyzer"
|
||||
|
Loading…
Reference in New Issue
Block a user