mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-03 17:10:10 +08:00
devcontainer
example usage
Below are some example use cases you might want to run from within the devcontainer (either within VSCode or GitHub Codespaces).
Run pre-commit
# run pre-commit
pre-commit run --all-files
Docker compose
# build the image
docker compose up --build