Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tensorman: init at 0.1.0 #73852

Merged
merged 2 commits into from Nov 24, 2019
Merged

tensorman: init at 0.1.0 #73852

merged 2 commits into from Nov 24, 2019

Conversation

thefenriswolf
Copy link
Contributor

Motivation for this change

Easy management of Tensorflow containers with Docker as the backend.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.
Notify maintainers

@Lassulus
@mmahut
opening a new PR was just easier than rebasing. I hope you don't mind.
cc @

@mmahut
Copy link
Member

mmahut commented Nov 21, 2019

@GrahamcOfBorg build tensorman

Comment on lines 7 to 15
src = fetchFromGitHub {
owner = "pop-os";
repo = "tensorman";
rev = version;
sha256 = "0ywb53snvymmwh10hm6whckz7dwmpqa4rxiggd24y178jdfrm2ns";
};

buildInputs = [ pkgconfig openssl ];
cargoSha256 = "1gh5w6zzrvjk60bqaf355fagijy723rvmqjh4laksd96pmzdfwn9";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there is still a space of indentation missing

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@mmahut
Copy link
Member

mmahut commented Nov 22, 2019

@GrahamcOfBorg build tensorman

@Lassulus
Copy link
Member

can you squash the last 2 commits and make the commit message say: tensorman: init at 0.1.0

@Lassulus
Copy link
Member

the commit message needs to change. right now it says: add tensorman but it should say: tensorman: init at 0.1.0

@thefenriswolf
Copy link
Contributor Author

fixed

Copy link
Member

@Lassulus Lassulus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested with nix-review, seems to work

@Lassulus Lassulus merged commit 2dfa46e into NixOS:master Nov 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants