A template to start hobby projects (Python, Bazel, uv, VSCode, Pyrefly).
sudo apt install npm && \
sudo npm install -g @bazel/bazelisk
echo "example-pypi-package>=0.1.0" >> requirements.txt && \
./update_requirements.sh && \
git add requirements* .vscode/settings.json gazelle_python.yaml pypi_pkgs_lock.bzl
bazel run //examples/py_hello_world:hello_world && \
bazel test //examples/py_hello_world:hello_world_test
bazel run //:gazelle
Content type
Image
Digest
sha256:4ba4ce21b…
Size
5.5 GB
Last updated
about 1 year ago
docker pull gueraf/cuda_bazel