back to ui, WiP

This commit is contained in:
2024-11-28 18:39:04 -07:00
parent 84e501cf4b
commit 8b04cbdadb
5 changed files with 71 additions and 168 deletions

View File

@@ -34,8 +34,8 @@ elif ($masterNode); then
# data streaming
cd $scriptDir/../preprocessing
$dockerCmd service create --name registry -p 5000:5000 registry:2
$dockerCmd build -t 127.0.0.1:5000/data-streamer:latest --no-cache --push -f Dockerfile.python .
# $dockerCmd build -t 127.0.0.1:5000/data-streamer:latest --push -f Dockerfile.python .
# $dockerCmd build -t 127.0.0.1:5000/data-streamer:latest --no-cache --push -f Dockerfile.python .
$dockerCmd build -t 127.0.0.1:5000/data-streamer:latest --push -f Dockerfile.python .
# execute
cd $scriptDir