Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: '3.8'

services:
mediapipe:
build:
context: .
dockerfile: Dockerfile
container_name: mediapipe-dev
volumes:
- .:/mediapipe
- /mediapipe/bazel-cache
working_dir: /mediapipe
stdin_open: true
tty: true
# Uncomment the following lines if you need GPU support
# deploy:
# resources:
# reservations:
# devices:
# - driver: nvidia
# count: all
# capabilities: [gpu]


Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Fri Jan 02 16:25:32 IST 2026
gradle.version=8.14.3
Empty file.