mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-06-01 01:54:00 +00:00
Begin work on Runpod docker config
This commit is contained in:
8
tooling/pipeline/runpod/README.md
Normal file
8
tooling/pipeline/runpod/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
```bash
|
||||
touch runpod/start.sh
|
||||
docker build \
|
||||
--progress=plain \
|
||||
-t biergarten-pipeline:latest \
|
||||
-f runpod/Dockerfile \
|
||||
. 2>&1 | tee build.log
|
||||
```
|
||||
Reference in New Issue
Block a user