Skip to content

Commit

Permalink
feat: add dss snap project
Browse files Browse the repository at this point in the history
This commit adds the snap project for DSS.

Fixes #25
  • Loading branch information
DnPlas committed Mar 12, 2024
1 parent 87370f3 commit e07bc09
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions snap/snapcraft.yaml
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

0 comments on commit e07bc09

Please sign in to comment.