ADD to perception: s3cmd libGL tensorboardx albumentations simplejson
This commit is contained in:
parent
e9a1e2ab0d
commit
123e07d33f
1 changed files with 4 additions and 1 deletions
|
@ -95,10 +95,13 @@
|
|||
numpy
|
||||
opencv4
|
||||
boto3
|
||||
tensorboardx
|
||||
albumentations
|
||||
simplejson
|
||||
];
|
||||
in
|
||||
pkgs.mkShell {
|
||||
packages = [ (pkgs.python3.withPackages perception-packages) ];
|
||||
packages = [ pkgs.s3cmd pkgs.libGL ] ++ [ (pkgs.python3.withPackages perception-packages) ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue