mirror of https://github.com/vladmandic/human
added docker notes
parent
429df55ac5
commit
a76ebdaf00
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
2
wiki
|
@ -1 +1 @@
|
|||
Subproject commit 3cc1daff22fc725f9fc8dd83a17a0f7152d1b714
|
||||
Subproject commit 89065def6080803129c020a2c824f6bdb0db9851
|
Loading…
Reference in New Issue