fix
This commit is contained in:
parent
9e6791569e
commit
29ebb90878
1 changed files with 1 additions and 7 deletions
|
|
@ -5,13 +5,7 @@ let
|
||||||
pythonWithHF = python.withPackages (ps: [ ps.huggingface-hub ]);
|
pythonWithHF = python.withPackages (ps: [ ps.huggingface-hub ]);
|
||||||
in pkgs.mkShell {
|
in pkgs.mkShell {
|
||||||
name = "ml-ai";
|
name = "ml-ai";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [ pythonWithHF uv git-lfs ruff pyright ];
|
||||||
pythonWithHF
|
|
||||||
uv
|
|
||||||
git-lfs
|
|
||||||
ruff
|
|
||||||
pyright
|
|
||||||
];
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
# Set up UV
|
# Set up UV
|
||||||
export UV_PYTHON="${pythonWithHF}/bin/python3"
|
export UV_PYTHON="${pythonWithHF}/bin/python3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue