added docker notes

pull/356/head
Vladimir Mandic 2021-10-02 11:41:51 -04:00
parent f265eb9f3f
commit 04e832f512
4 changed files with 5 additions and 3 deletions

View File

@ -9,7 +9,7 @@
## Changelog
### **HEAD -> main** 2021/10/01 mandic00@live.com
### **HEAD -> main** 2021/10/02 mandic00@live.com
- breaking change: new similarity and match methods
- release candidate

View File

@ -75,6 +75,7 @@ Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) ap
- [**Performance Profiling**](https://github.com/vladmandic/human/wiki/Profiling)
- [**Platform Support**](https://github.com/vladmandic/human/wiki/Platforms)
- [**Diagnostic and Performance trace information**](https://github.com/vladmandic/human/wiki/Diag)
- [**Dockerize Human applications**](https://github.com/vladmandic/human/wiki/Docker)
- [**List of Models & Credits**](https://github.com/vladmandic/human/wiki/Models)
- [**Models Download Repository**](https://github.com/vladmandic/human-models)
- [**Security & Privacy Policy**](https://github.com/vladmandic/human/blob/main/SECURITY.md)

View File

@ -7,7 +7,8 @@
},
"profiles": {
"production": ["clean", "compile", "typings", "typedoc", "lint", "changelog"],
"development": ["serve", "watch", "compile"]
"development": ["serve", "watch", "compile"],
"serve": ["serve"]
},
"clean": {
"locations": ["dist/*", "types/*", "typedoc/*"]

2
wiki

@ -1 +1 @@
Subproject commit 3cc1daff22fc725f9fc8dd83a17a0f7152d1b714
Subproject commit 89065def6080803129c020a2c824f6bdb0db9851