-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleaned up repository, now building also the last container for butto…
…n contols via GPIOs
- Loading branch information
Showing
10 changed files
with
44 additions
and
9 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
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,17 @@ | ||
FROM arm32v6/alpine:3.8 | ||
LABEL maintainer="@protenhan" | ||
|
||
COPY qemu-arm-static /usr/bin/ | ||
RUN apk update &&\ | ||
apk -U add \ | ||
python3 \ | ||
linux-headers \ | ||
python3-dev \ | ||
gcc \ | ||
musl-dev | ||
|
||
# Setup for the project | ||
COPY src/button_control/python /button_control/ | ||
RUN pip3 install -r /button_control/requirements.txt | ||
|
||
CMD ["python3","-u","/button_control/button_control.py"] |
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
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
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
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
src/python/rfid_reader/requirements.txt → src/rfid_reader/python/requirements.txt
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 |
---|---|---|
@@ -1,4 +1,2 @@ | ||
evdev>=0.7.0 | ||
requests>=2.20.1 | ||
|
||
|
File renamed without changes.