Skip to content

Commit

Permalink
version all based on the local storage boy. Very fast to deploy. Will…
Browse files Browse the repository at this point in the history
… take longer to load models in memory.
  • Loading branch information
MindSetVision committed Dec 26, 2024
1 parent 13b7335 commit e5df604
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ FROM base as downloader
# ultralytics \
# "insightface==0.7.3" \
# onnxruntime
# RUN apt-get update && apt-get install -y --no-install-recommends \
# ffmpeg libsm6 libxext6 && \
# apt-get clean -y && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y --no-install-recommends \
ffmpeg libsm6 libxext6 && \
apt-get clean -y && rm -rf /var/lib/apt/lists/*

# Run manual installation script for Impact Pack
# WORKDIR /ComfyUI/custom_nodes/ComfyUI-Impact-Pack
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
We are builidng and pushing the container onto Google Cloud. To do that we use the cloudbuild.yml conf file. Notice we tag the container there!
Just run in this folder with ANACONDA (you need python)

gcloud builds submit --config=cloudbuild.yaml .
In this version we push it, and a github workflow will deploy it to docker. We do not bake almost everything in so building and deploying will be very fast.

0 comments on commit e5df604

Please sign in to comment.