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 9b72c44
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
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
# Comment out after the data-science-stack repository has tags for versioning the snap
# craftctl set version=$(git describe --tags --abbrev=10)
craftctl set version="0.1"
plugs:
dot-dss-config:
interface: personal-files
read:
- $HOME/.dss/config
apps:
dss:
command: bin/dss
plugs:
- dot-dss-config
- network

0 comments on commit 9b72c44

Please sign in to comment.