-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds the snap project for DSS. Fixes #25
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: dss | ||
summary: a ML development and experimentation environment manager | ||
description: | | ||
The DSS is a tool that allows users of workstations to deploy | ||
and manage development and experimentation environments | ||
in systems with GPU support. | ||
adopt-info: dss | ||
base: core22 | ||
confinement: strict | ||
|
||
parts: | ||
dss: | ||
plugin: python | ||
source: . | ||
override-pull: | | ||
craftctl default | ||
craftctl set version=$(git describe --tags --abbrev=10) | ||
plugs: | ||
dot-dss-config: | ||
interface: personal-files | ||
read: | ||
- $HOME/.dss/config | ||
apps: | ||
dss: | ||
command: bin/dss | ||
plugs: | ||
- dot-dss-config |