mirror of
https://github.com/furrysalamander/rubedo.git
synced 2025-09-26 23:29:12 +08:00

Cleaned up a lot of code. Some things are still kind of messy, but it's a vast improvement over what I used to have. Data is easy to pass around the system, and the pattern info has proved invaluable for cleanly connecting prints, scans, and analysis.
14 lines
300 B
JSON
14 lines
300 B
JSON
{
|
|
"name": "rubedo",
|
|
"build": {
|
|
"dockerfile":"Dockerfile",
|
|
"args": {
|
|
"USERNAME": "vscode",
|
|
"BUILDKIT_INLINE_CACHE": "0"
|
|
}
|
|
},
|
|
"runArgs": ["--device=/dev/video2"],
|
|
"extensions": ["ms-python.python", "076923.python-image-preview"]
|
|
|
|
}
|