Skip to content

Commit

Permalink
Add docker_setup.sh to setup docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
KolinGuo committed Jan 12, 2024
1 parent 09d14bf commit 1ae780b
Show file tree
Hide file tree
Showing 2 changed files with 543 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ To building python wheels, run `./dev/build_wheels.sh --py 310`
This will install [`cibuildwheel`](https://cibuildwheel.readthedocs.io/en/stable/#how-it-works) via pip and use it to build wheel for the specified python version.
The wheel will be generated in the `wheelhouse/`

If you want to start a docker container for debugging, run `./dev/docker_setup.sh`

### Code Editor Setup

For Visual Studio Code, it is suggested to install extensions relevant to: C/C++, CMake.
Expand Down
Loading

0 comments on commit 1ae780b

Please sign in to comment.