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,
|
cudaPackages,
|
||||||
openssl,
|
openssl,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
|
poetry,
|
||||||
protobuf,
|
protobuf,
|
||||||
python3,
|
python3,
|
||||||
pyright,
|
pyright,
|
||||||
@ -28,6 +29,7 @@ mkShell {
|
|||||||
black
|
black
|
||||||
isort
|
isort
|
||||||
pkg-config
|
pkg-config
|
||||||
|
poetry
|
||||||
(rust-bin.stable.latest.default.override {
|
(rust-bin.stable.latest.default.override {
|
||||||
extensions = [
|
extensions = [
|
||||||
"rust-analyzer"
|
"rust-analyzer"
|
||||||
|
Loading…
Reference in New Issue
Block a user