HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Ask HN: How to have a macOS devcontainer in VS Code?

2 ポイント·投稿者 sroussey·3 か月前·1 コメント
In order to avoid all the fun of installing npm packages and running such code (as well as running coding agents!), I use a devcontainer to limit the blast radius inside VS Code and Cursor.

But I am also doing local model stuff, which means I can only run on CPU. I know on Windows there are containers that will forward CUDA stuff to the host system to run, but there is no such thing on MacOS.

The builtin devcontainer stuff is based on Docker, but maybe someone has hacked something together to get native virtualization to present itself like docker so i could get this to work?

What do other people do?

1 コメント

alsetmusic·3 か月前
Maybe check this out:

https://cua.ai/docs/lume/guide/getting-started/introduction