qir-alliance / qat

QIR compiler tools and optimization passes for targeting QIR to different hardware backends
https://qir-alliance.github.io/qat/
MIT License
26 stars 14 forks source link

Trying smaller devcontainer #154

Closed swernli closed 1 year ago

swernli commented 1 year ago

This updates the devcontainer to use ubuntu:focal as the base image, which requires installing a few extra tools but overall is a much smaller resulting image (~1 GB vs ~11 GB with the previous configuration). This makes it a smaller download and lower footprint for both codespaces and local development, with the tradeoff being less software and tooling installed by default.

swernli commented 1 year ago

superseded by https://github.com/qir-alliance/qat/pull/156