# OSIC Stacks ## Open source Integrated Circuits Docker Stacks ## Windows start container ```powershell -executionpolicy bypass -file .\wsl_start.ps1``` ## Build images ``` docker build -t -f .Dockerfile ```