mirror of https://github.com/vladmandic/human
added docker notes
parent
f265eb9f3f
commit
04e832f512
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### **HEAD -> main** 2021/10/01 mandic00@live.com
|
### **HEAD -> main** 2021/10/02 mandic00@live.com
|
||||||
|
|
||||||
- breaking change: new similarity and match methods
|
- breaking change: new similarity and match methods
|
||||||
- release candidate
|
- release candidate
|
||||||
|
|
|
@ -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)
|
- [**Performance Profiling**](https://github.com/vladmandic/human/wiki/Profiling)
|
||||||
- [**Platform Support**](https://github.com/vladmandic/human/wiki/Platforms)
|
- [**Platform Support**](https://github.com/vladmandic/human/wiki/Platforms)
|
||||||
- [**Diagnostic and Performance trace information**](https://github.com/vladmandic/human/wiki/Diag)
|
- [**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)
|
- [**List of Models & Credits**](https://github.com/vladmandic/human/wiki/Models)
|
||||||
- [**Models Download Repository**](https://github.com/vladmandic/human-models)
|
- [**Models Download Repository**](https://github.com/vladmandic/human-models)
|
||||||
- [**Security & Privacy Policy**](https://github.com/vladmandic/human/blob/main/SECURITY.md)
|
- [**Security & Privacy Policy**](https://github.com/vladmandic/human/blob/main/SECURITY.md)
|
||||||
|
|
|
@ -7,7 +7,8 @@
|
||||||
},
|
},
|
||||||
"profiles": {
|
"profiles": {
|
||||||
"production": ["clean", "compile", "typings", "typedoc", "lint", "changelog"],
|
"production": ["clean", "compile", "typings", "typedoc", "lint", "changelog"],
|
||||||
"development": ["serve", "watch", "compile"]
|
"development": ["serve", "watch", "compile"],
|
||||||
|
"serve": ["serve"]
|
||||||
},
|
},
|
||||||
"clean": {
|
"clean": {
|
||||||
"locations": ["dist/*", "types/*", "typedoc/*"]
|
"locations": ["dist/*", "types/*", "typedoc/*"]
|
||||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
||||||
Subproject commit 3cc1daff22fc725f9fc8dd83a17a0f7152d1b714
|
Subproject commit 89065def6080803129c020a2c824f6bdb0db9851
|
Loading…
Reference in New Issue