Skip to content

Instantly share code, notes, and snippets.

@HateFindingNames
Last active April 26, 2025 09:35
Show Gist options
  • Select an option

  • Save HateFindingNames/98d4fee15df0cae83218c23d2d21bcb8 to your computer and use it in GitHub Desktop.

Select an option

Save HateFindingNames/98d4fee15df0cae83218c23d2d21bcb8 to your computer and use it in GitHub Desktop.
iic osic tools custom compose file
services:
opdktools:
image: hpretl/iic-osic-tools:latest
container_name: opdktools
environment:
- DISPLAY=:1
- XDG_RUNTIME_DIR=/tmp/runtime-default
- XAUTHORITY=/headless/.xauthority
- TZ=Europe/Berlin
volumes:
- /home/hunter/opdk/designs/sg13g2:/foss/designs:rw
# - /home/hunter/opdk/designs/sky130:/foss/designs:rw
- /tmp/.X11-unix:/tmp/.X11-unix:rw
- /tmp/.opdktools_xauthority:/headless/.xauthority:rw
devices:
- /dev/dri:/dev/dri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment