From 40366cbbca0c4c3fcdfd88dbe6a90e293205afca Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 21 Dec 2023 17:43:38 +0100 Subject: [PATCH] Update pipelines debug script --- debug-pipelines.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug-pipelines.sh b/debug-pipelines.sh index 47cdce28..59f347ac 100755 --- a/debug-pipelines.sh +++ b/debug-pipelines.sh @@ -1,3 +1,3 @@ #!/bin/bash path=$(pwd) -docker run -it --volume=$path:/skillbox --workdir="/skillbox" --memory=4g --memory-swap=4g --memory-swappiness=0 --entrypoint=/bin/bash iterativ/skillbox-test:latest +docker run --rm -it --network skillboxnetwork --volume=$path:/skillbox --workdir="/skillbox" --memory=4g --memory-swap=4g --memory-swappiness=0 --entrypoint=/bin/bash iterativ/skillbox-test:python-3.11.7