run.sh and bash.sh already assumed an image simply tagged `rbm`, but there was no build.sh to actually produce it. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018QuKZRefXR3hVaUiXgeu6i
4 lines
34 B
Bash
Executable File
4 lines
34 B
Bash
Executable File
#/bin/bash
|
|
|
|
docker build -t rbm .
|