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 ]);
|
||||
in pkgs.mkShell {
|
||||
name = "ml-ai";
|
||||
packages = with pkgs; [
|
||||
pythonWithHF
|
||||
uv
|
||||
git-lfs
|
||||
ruff
|
||||
pyright
|
||||
];
|
||||
packages = with pkgs; [ pythonWithHF uv git-lfs ruff pyright ];
|
||||
shellHook = ''
|
||||
# Set up UV
|
||||
export UV_PYTHON="${pythonWithHF}/bin/python3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue