mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-14 03:00:47 +05:30
Create devcontainer for quick dev setups
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# install developer dependencies
|
||||
pip install .[dev]
|
||||
|
||||
# make sure the developer uses pre-commit hooks
|
||||
pre-commit install
|
||||
Reference in New Issue
Block a user