Skip to content

Commit 62871ae

Browse files
rickstaaeliteprox
andauthored
chore: install dev container comfystream in edit mode (#65)
This commit ensures that the comfystream package is installed in editable mode so that code changes are directly reflected in the dev environment. Co-authored-by: John | Elite Encoder <john@eliteencoder.net>
1 parent 9045ade commit 62871ae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.devcontainer/post-create.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
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.
27
chmod +x /workspace/comfystream/docker/entrypoint.sh
38
cd /workspace/comfystream
4-
59
echo 'alias prepare_examples="/workspace/comfystream/docker/entrypoint.sh --download-models --build-engines"' >> ~/.bashrc
610
echo -e "\e[32mContainer ready! Run 'prepare_examples' to download models and build engines for example workflows.\e[0m"
711

0 commit comments

Comments
 (0)