forked from blib-la/runpod-worker-comfy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version all based on the local storage boy. Very fast to deploy. Will…
… take longer to load models in memory.
- Loading branch information
1 parent
13b7335
commit e5df604
Showing
2 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |