Fix attributes in self-closing tags

This commit is contained in:
2025-04-11 19:26:05 +02:00
parent 7e254b7f7e
commit bd3adf78e6
8 changed files with 54 additions and 38 deletions

View File

@@ -45,6 +45,7 @@ output=$(runpodctl create pod \
--env "SIA_HF_API_KEY=$SIA_HF_API_KEY" \
--env "SIA_QWQ_ENABLED=1" \
--env "JUPYTER_PASSWORD=1" \
--communityCloud
)
echo "$output"