You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My devcontainer features using the feature-starter template.
magicmirror
Automatically setup package manager mirrors, including ubuntu, pypi and apk etc.
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/sidecus/devcontainer-features/magicmirror:1": {
"ubuntu_mirror": "<your-ubuntu-mirror-domain>", // only applicable to Ubuntu based images"apk_mirror": "<your-alpine-apk-mirror-domain>", // only applicable to Alpine based images"pypi_mirror": "https://<your-pypi-mirror-domain>/pypi/web/simple/",
"huggingface_mirror": "https://dummy-hf-mirror.com"
}
}
}