The base code for the OpenCompute worker module.
- Python 3.10.12+
- Rust (recommended version: 1.86.0 or higher)
make
Follow these steps to build and run the project:
cd OpenCompute_Worker
make
cd ./pkg
python -m http.server --bind 0.0.0.0 8000
Open the following link in the browser http://127.0.0.1:8000