Initialize docker version of LG

This commit is contained in:
Julien Mercier-Rojas 2024-08-29 22:23:37 +02:00
parent a9a89f86c5
commit 75f6e09eff
6 changed files with 167 additions and 1 deletions

6
.docker/Dockerfile Normal file
View file

@ -0,0 +1,6 @@
FROM python
RUN pip install redis numpy scipy pyserial
RUN mkdir -p /project
WORKDIR /project
CMD python main.py