This page informs how to deploy the docker compose of snapshot platform as the VisionAIre Stream analytics requirements for every analytics run by VLM deployment.
How to Setup the Deployment?
Create a dedicated folder for this installation to help organize your deployment.
3. Keep the analytics image and port addresses into .env file
export VLM_IMAGE=registry.gitlab.com/nodefluxio/cloud/analytics/pipelines/vlm-pipeline:on-premise-0.1.0 ## for float16export VLM_IMAGE=registry.gitlab.com/nodefluxio/cloud/analytics/pipelines/vlm-pipeline:on-premise-0.1.0-full ## for full precisionexport COORDINATOR_LISTEN_PORT=4013export COORDINATOR_LISTEN_PORT_MONITORING=5013export FREMIS1_LISTEN_PORT=5051export FREMIS1_LISTEN_PORT_MONITORING=6061
Use the image vlm-pipeline:on-premise-0.1.0 if you are using VLM to run basic analytics
Use the image vlm-pipeline:on-premise-0.1.0-full if you are using VLM to run advanced analytics