MatrixAI / Python-Demo

Python Demo Project using Nix

Home Page:https://matrix.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Demo

pipeline status

Installation

Building the package (as a library):

nix-build -E '(import ./pkgs.nix).python3Packages.callPackage ./default.nix {}'

Building the releases:

nix-build ./release.nix --attr library
nix-build ./release.nix --attr application
nix-build ./release.nix --attr docker

Install into Nix user profile:

nix-env -f ./release.nix --install --attr application

Install into Docker:

docker load --input "$(nix-build ./release.nix --attr docker)"

About

Python Demo Project using Nix

https://matrix.ai

License:Apache License 2.0


Languages

Language:Python 54.3%Language:Nix 45.7%