14 lines
790 B
Text
14 lines
790 B
Text
FROM h3-blackwell-runtime:post-fc2-profiled-a29b896
|
|
|
|
WORKDIR /opt/h3-blackwell-runtime
|
|
|
|
# Preserve the profiled binary/ABI layers while making benchmark diagnostics opt-in.
|
|
COPY src/h3_blackwell_runtime/runtime.py src/h3_blackwell_runtime/runtime.py
|
|
COPY src/h3_blackwell_runtime/sampler.py src/h3_blackwell_runtime/sampler.py
|
|
COPY tools/serve_hot_runtime.py tools/serve_hot_runtime.py
|
|
COPY tools/benchmark_hot_runtime.py tools/benchmark_hot_runtime.py
|
|
COPY tools/profile_sampling_stages.py tools/profile_sampling_stages.py
|
|
COPY tools/summarize_nsys_profile.py tools/summarize_nsys_profile.py
|
|
COPY tools/summarize_ncu_profile.py tools/summarize_ncu_profile.py
|
|
COPY tools/build_post_fc2_profile_summary.py tools/build_post_fc2_profile_summary.py
|
|
COPY tests/test_turbo.py tests/test_turbo.py
|