{"id":20332938,"url":"https://github.com/zauberzeug/l4t-opencv","last_synced_at":"2026-03-05T21:06:42.679Z","repository":{"id":72565779,"uuid":"354844758","full_name":"zauberzeug/l4t-opencv","owner":"zauberzeug","description":"OpenCV 4.5.0 for Jetson (Linux for Tegra, l4t) with Docker.","archived":false,"fork":false,"pushed_at":"2023-10-17T04:51:08.000Z","size":21,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-11T21:39:40.365Z","etag":null,"topics":["docker","jetson","jetson-nano","opencv","opencv-python"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zauberzeug.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-05T13:30:41.000Z","updated_at":"2025-02-18T14:49:53.000Z","dependencies_parsed_at":"2024-11-14T20:41:53.588Z","dependency_job_id":null,"html_url":"https://github.com/zauberzeug/l4t-opencv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zauberzeug/l4t-opencv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zauberzeug%2Fl4t-opencv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zauberzeug%2Fl4t-opencv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zauberzeug%2Fl4t-opencv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zauberzeug%2Fl4t-opencv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zauberzeug","download_url":"https://codeload.github.com/zauberzeug/l4t-opencv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zauberzeug%2Fl4t-opencv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265530706,"owners_count":23783135,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","jetson","jetson-nano","opencv","opencv-python"],"created_at":"2024-11-14T20:28:48.647Z","updated_at":"2026-03-05T21:06:37.648Z","avatar_url":"https://github.com/zauberzeug.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# l4t-opencv\n\nOpenCV 4.6.0 for Jetson (Linux for Tegra, l4t) with Docker.\n\nCode: https://github.com/zauberzeug/l4t-opencv\n\nImage: https://hub.docker.com/repository/docker/zauberzeug/l4t-opencv\n\n## Usage\n\n### Dockerfile\n\nMost of the time you will use this image as base for your own Dockerfile:\n\n```dockerfile\nFROM zauberzeug/l4t-opencv:4.6.0-35.4.1\n\n...\n```\n\n### Docker Run\n\n```bash\ndocker run --rm -it --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=all zauberzeug/l4t-opencv:4.6.0-35.4.1 \n```\n\n### Docker Compose\n\n```\nversion: \"3.3\"\n\nservices:\n  opencv:\n    image: \"zauberzeug/l4t-opencv:4.6.0-35.4.1\"\n    environment:\n      - NVIDIA_VISIBLE_DEVICES=all\n    command: \"/bin/bash\"\n    deploy:\n      resources:\n        reservations:\n          devices:\n            - driver: nvidia\n              capabilities: [gpu, utility]\n```\n\n## Build\n\nOn an Jetson with l4t r35.4.1, execute\n\n```\ndocker build --build-arg MAKEFLAGS=-j6 --build-arg OPENCV_VERSION=4.6.0 -t zauberzeug/l4t-opencv:4.6.0-35.4.1 .\n```\n\nMake sure you have nvidia as the default runtime in `/etc/docker/daemon.json`:\n\n```json\n{\n  \"runtimes\": {\n    \"nvidia\": {\n      \"path\": \"nvidia-container-runtime\",\n      \"runtimeArgs\": []\n    }\n  },\n\n  \"default-runtime\": \"nvidia\"\n}\n```\n\n### ToDos\n\nIt would be nice to have it all in a `build.sh` file like https://github.com/dusty-nv/jetson-containers:\n\n 1. checking runtime\n 2. determining l4t version\n 3. ... ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzauberzeug%2Fl4t-opencv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzauberzeug%2Fl4t-opencv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzauberzeug%2Fl4t-opencv/lists"}