Initialize docker version of LG
This commit is contained in:
parent
a9a89f86c5
commit
75f6e09eff
6 changed files with 167 additions and 1 deletions
6
.docker/Dockerfile
Normal file
6
.docker/Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM python
|
||||
RUN pip install redis numpy scipy pyserial
|
||||
|
||||
RUN mkdir -p /project
|
||||
WORKDIR /project
|
||||
CMD python main.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue