You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fix ensures that we use the `shell` module instead of `command`
since `command` does not support pipes (`|`). This prevents errors
when checking for installed packages and configurations.
Copy file name to clipboardExpand all lines: scripts/README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This repository includes an [Ansible playbook](https://docs.ansible.com/ansible/
19
19
-**Storage**: 100GB
20
20
21
21
> [!TIP]
22
-
> You can use the `spinup_comfystream_tensordock.py --bare-vm` script to create a [compatible VM on TensorDock](https://marketplace.tensordock.com/deploy?gpu=geforcertx4090-pcie-24gb&gpuCount=1&ramAmount=16&vcpuCount=4&storage=100&os=Ubuntu-22.04-LTS).
22
+
> You can use the `spinup_comfystream_tensordock.py --bare-vm` script to create a [compatible VM on TensorDock](https://marketplace.tensordock.com/deploy?gpu=geforcertx4090-pcie-24gb&gpuCount=1&ramAmount=16&vcpuCount=4&storage=100&os=Ubuntu-22.04-LTS)
23
23
24
24
2.**Open Required Ports**:
25
25
Ensure the following ports are open **inbound and outbound** on the VM's firewall/security group:
@@ -39,12 +39,15 @@ This repository includes an [Ansible playbook](https://docs.ansible.com/ansible/
> When using a non-sudo user, add `--ask-become-pass` to provide the sudo password or use an Ansible vault for secure storage.
44
+
42
45
6. **Access the Server**:
43
46
After successful execution, the access URLs for**ComfyStream** will be displayed.
44
47
45
48
> [!IMPORTANT]
46
49
> If you encounter a `toomanyrequests` error while pulling the Docker image, either wait a few minutes or provide your Docker credentials when running the playbook:
0 commit comments