init
This commit is contained in:
commit
6c4dc554a5
1 changed files with 7 additions and 0 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM polinux/mkdocs
|
||||
|
||||
RUN apk add py3-numpy py3-pandas py3-scipy
|
||||
|
||||
RUN pip install mkdocs-material
|
||||
RUN pip install mkdocs-table-reader-plugin
|
||||
RUN pip install mkdocs-git-revision-date-localized-plugin
|
||||
Loading…
Add table
Add a link
Reference in a new issue