Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for rules_shell_dependencies (0.3 seconds)

  1. WORKSPACE

    # a macro from that repository in the same file.
    load("@//tensorflow:workspace3.bzl", "tf_workspace3")
    
    tf_workspace3()
    
    load("@rules_shell//shell:repositories.bzl", "rules_shell_dependencies", "rules_shell_toolchains")
    
    rules_shell_dependencies()
    
    rules_shell_toolchains()
    
    # Initialize hermetic Python
    load("@xla//third_party/py:python_init_rules.bzl", "python_init_rules")
    
    python_init_rules()
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 02 01:32:13 GMT 2026
    - 5.3K bytes
    - Click Count (0)
Back to Top