Skip to content

Commit 7ea9d93

Browse files
authored
Revert "chore: install dev container comfystream in edit mode (#65)" (#67)
This reverts commit 62871ae.
1 parent 62871ae commit 7ea9d93

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.devcontainer/post-create.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
#!/bin/bash
2-
3-
# Install Comfystream in editable mode.
4-
pip install -e /workspace/comfystream
5-
6-
# Create a symlink to the entrypoint script.
72
chmod +x /workspace/comfystream/docker/entrypoint.sh
83
cd /workspace/comfystream
4+
95
echo 'alias prepare_examples="/workspace/comfystream/docker/entrypoint.sh --download-models --build-engines"' >> ~/.bashrc
106
echo -e "\e[32mContainer ready! Run 'prepare_examples' to download models and build engines for example workflows.\e[0m"
117

0 commit comments

Comments
 (0)