Initial commit
This commit is contained in:
commit
07ec57a453
27 changed files with 1853 additions and 0 deletions
10
docker/python/Dockerfile
Normal file
10
docker/python/Dockerfile
Normal file
|
@ -0,0 +1,10 @@
|
|||
FROM alpine
|
||||
LABEL author="1Computer1"
|
||||
|
||||
RUN apk update
|
||||
RUN apk add build-base python3 python3-dev
|
||||
RUN python3 -m pip install -U pip
|
||||
RUN python3 -m pip install -U numpy
|
||||
|
||||
COPY run.sh /var/run/
|
||||
WORKDIR /var/ws
|
Loading…
Add table
Add a link
Reference in a new issue