Tensorflow: Difference between revisions

imported>Mjlbach
mNo edit summary
imported>Mjlbach
No edit summary
Line 8: Line 8:
with import <nixpkgs> {};
with import <nixpkgs> {};
mkShell {
mkShell {
   name = "tensorflow-cuda-shel";
   name = "tensorflow-cuda-shell";
   buildInputs = with python3.pkgs; [
   buildInputs = with python3.pkgs; [
     pip
     pip