2024-10-05 22:02:26 +02:00
2024-10-01 15:50:02 +02:00
2024-10-01 16:07:53 +02:00
2024-10-02 13:13:53 +02:00
2024-10-05 21:42:00 +02:00
Fix
2024-10-05 22:02:26 +02:00
2024-10-01 15:31:04 +02:00
2024-10-05 21:19:41 +02:00
Fix
2024-10-01 18:31:23 +02:00
2024-10-05 21:59:53 +02:00

VMS - Český Krumlov - Anonymizer

Docker Build - Powershell (One Line)

$tag = ("0.0.2").Trim(); git reset --hard; git pull origin master; git tag $tag; git push --tags; docker build -t git.steelants.cz/steelants/py_ck:$tag .; docker push git.steelants.cz/steelants/py_ck:$tag; docker build -t git.steelants.cz/steelants/py_ck:latest .; docker push git.steelants.cz/steelants/py_ck:latest

Docker Build - Bash (One Line)

export TAG="0.0.1" && sudo docker build -t git.steelants.cz/steelants/py_ck:"$TAG" . && sudo docker push git.steelants.cz/steelants/py_ck:"$TAG" && sudo docker build -t git.steelants.cz/steelants/py_ck:latest . && sudo docker push git.steelants.cz/steelants/py_ck:latest

Docker Stack Setup

services:
  ck-anonym:
    image: git.steelants.cz/steelants/lar_py:latest
    restart: unless-stopped
    environment:
       API_ROOT: http://ck:8080
       FACE_TRASHOLD: 0.5
    volumes:
      - ${PWD}/app_data/:/app/data/
networks: {}
S
Description
Anonimization module for Traffiq
Readme
3.2 MiB
Languages
Python 88.8%
Dockerfile 10.4%
Shell 0.8%