/nix-shell-collection

UTA SMILE lab nix shell collections

Primary LanguageNix

SMILE nix shells collection

SMILE nix shells collection for UTA SMILE lab.

1 glances

nix-shell glances.nix --pure

Run a glances web instance.

2 tf-models

To activate env:

nix-shell tf-models.nix --pure

To run tensorboard:

nix-shell tf-models.nix --pure --run "tensorboard --logdir /path/to/model --host 0.0.0.0"