ADD to perception: s3cmd libGL tensorboardx albumentations simplejson

This commit is contained in:
Igor Brylev 2024-10-16 16:38:42 +03:00
parent e9a1e2ab0d
commit 123e07d33f

View file

@ -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) ];
};
};
}