We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62871ae commit 7ea9d93Copy full SHA for 7ea9d93
.devcontainer/post-create.sh
@@ -1,11 +1,7 @@
1
#!/bin/bash
2
-
3
-# Install Comfystream in editable mode.
4
-pip install -e /workspace/comfystream
5
6
-# Create a symlink to the entrypoint script.
7
chmod +x /workspace/comfystream/docker/entrypoint.sh
8
cd /workspace/comfystream
+
9
echo 'alias prepare_examples="/workspace/comfystream/docker/entrypoint.sh --download-models --build-engines"' >> ~/.bashrc
10
echo -e "\e[32mContainer ready! Run 'prepare_examples' to download models and build engines for example workflows.\e[0m"
11
0 commit comments