Last active
April 26, 2025 09:35
-
-
Save HateFindingNames/98d4fee15df0cae83218c23d2d21bcb8 to your computer and use it in GitHub Desktop.
iic osic tools custom compose file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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