Skip to content

Commit

Permalink
Add tsp dependency (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Strobl <[email protected]>
  • Loading branch information
jmastr authored Oct 4, 2023
1 parent c141a3a commit 9355ebe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM --platform=linux/amd64 python:3.10-slim AS base
FROM base AS builder

RUN apt-get update && apt-get -y upgrade
RUN apt-get install -y task-spooler
RUN pip install poetry

WORKDIR /usr/src/app
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
```
0. Make sure tsp (apt install task-spooler) is installed
1. pipenv install --python 3.10 -> get the venv path
2. edit the service file accordingly with the correct venv path and the user and group
3. you might need to check pipenv location on the target device (which pipenv)
Expand All @@ -8,4 +9,4 @@
6. sudo systemctl status asset_registry.service
7. sudo journalctl -u asset_registry.service
```
```

0 comments on commit 9355ebe

Please sign in to comment.