We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178e2f9 commit a193f06Copy full SHA for a193f06
1 file changed
environment.yml
@@ -1,4 +1,15 @@
1
name: tf-serving-build
2
+
3
+# Bazelisk is the recommended way to manage Bazel versions (automatically downloads and uses the right version).
4
+# To install Bazelisk:
5
+# 1. Create directory: mkdir -p ~/.local/bin
6
+# 2. Download: curl -L https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-darwin-arm64 -o ~/.local/bin/bazel
7
+# (use bazelisk-darwin-amd64 for Intel Macs)
8
+# 3. Make executable: chmod +x ~/.local/bin/bazel
9
+# 4. Add to PATH: export PATH="$HOME/.local/bin:$PATH" (add to ~/.zshrc or ~/.bash_profile)
10
+# 5. Optional: Set specific Bazel version with export USE_BAZEL_VERSION=x.y.z
11
+# 6. Verify: bazel --version
12
13
channels:
14
- conda-forge
15
- defaults
0 commit comments