mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-18 12:10:34 +08:00
317 B
317 B
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