Sign inSign up

gueraf/cuda_bazel

By gueraf

Updated about 1 year ago

Image
0

9.0K

gueraf/cuda_bazel repository overview

template_py

A template to start hobby projects (Python, Bazel, uv, VSCode, Pyrefly).

CircleCI

Getting Started

Install Bazel(isk)

sudo apt install npm && \
sudo npm install -g @bazel/bazelisk

Add and Update Dependencies

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

Build, Test, and Run

bazel run //examples/py_hello_world:hello_world && \
bazel test //examples/py_hello_world:hello_world_test

Update BUILD files

bazel run //:gazelle

Tag summary

Content type

Image

Digest

sha256:4ba4ce21b

Size

5.5 GB

Last updated

about 1 year ago

docker pull gueraf/cuda_bazel