Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions gpu/manual-test-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,23 @@
#
# To run the script, the following will bootstrap
#
# git clone [email protected]:LLC-Technologies-Collier/initialization-actions
# git checkout gpu-20241121
# git clone [email protected]:GoogleCloudDataproc/initialization-actions
# git checkout 2024-11
# cd initialization-actions
# cp gpu/env.json.sample env.json
# vi env.json
# docker build -f gpu/Dockerfile -t gpu-init-actions-runner:latest .
# time docker run -it gpu-init-actions-runner:latest gpu/manual-test-runner.sh
#
# The bazel run(s) happen in separate screen windows.
# To see a list of screen windows, press ^a "
# The bazel run(s) happen in separate GNU screen[1] windows.
# To create a new screen window, press ^a c (Ctrl-a c)
# To see a list of screen windows, press ^a " (Ctrl-a ")
# Num Name
#
# 0 monitor
# 0 sh
# 1 2.0-debian10
# 2 sh
#
# [1] https://www.gnu.org/software/screen/


readonly timestamp="$(date +%F-%H-%M)"
Expand Down
Loading