remove container

This commit is contained in:
empyreus
2026-04-01 18:29:43 +00:00
parent ea8e6af959
commit 3196758efb

View File

@@ -79,7 +79,13 @@ parallel-ssh -i -t 0 -h ${HOSTFILE} -x "-i ${KeyFilePath}" -O $SSH_OPTION \
"sudo docker pull ${CONTAINERIMAGE}"
###############################################################################
# 8. Launch Docker container
# 8. Remove any existing container with the same name
###############################################################################
parallel-ssh -i -t 0 -h ${HOSTFILE} -x "-i ${KeyFilePath}" -O $SSH_OPTION \
"sudo docker rm -f ${CONTAINER_NAME} 2>/dev/null || true"
###############################################################################
# 9. Launch Docker container
###############################################################################
if [ "${CONTAINER_NAME}" == "sglang-mscclpp-test" ]; then