We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2442429 commit c5ebcf2Copy full SHA for c5ebcf2
runner/docker/Dockerfile.live-base-scope
@@ -34,6 +34,7 @@ ARG SCOPE_VERSION=main
34
RUN git clone --depth 1 --branch ${SCOPE_VERSION} https://github.com/daydreamlive/scope.git /workspace/scope && \
35
cd /workspace/scope && \
36
conda run -n comfystream uv sync --frozen --active && \
37
+ conda run -n comfystream pip install --no-cache-dir diffusers==0.35.0 transformers==4.56.0 && \
38
cd frontend && \
39
npm install && \
40
npm run build && \
0 commit comments