File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,8 @@ Create new server instance:
128
128
``` bash
129
129
gcloud compute instances create-with-container gpt-bayes \
130
130
--machine-type e2-standard-4 \
131
- --boot-disk-size 20GB \
132
- --image cos-stable-117-18613-164-4 \
131
+ --boot-disk-size 200GB \
132
+ --image cos-stable-117-18613-164-13 \
133
133
--image-project cos-cloud \
134
134
--zone us-central1-a \
135
135
--container-image=us-central1-docker.pkg.dev/bayes-gpt/gpt-bayes/gpt-bayes:latest \
@@ -138,7 +138,7 @@ Create new server instance:
138
138
gcloud compute instances create-with-container dev-gpt-bayes \
139
139
--machine-type e2-standard-4 \
140
140
--boot-disk-size 20GB \
141
- --image cos-stable-117-18613-164-4 \
141
+ --image cos-stable-117-18613-164-13 \
142
142
--image-project cos-cloud \
143
143
--zone us-central1-a \
144
144
--container-image=us-central1-docker.pkg.dev/bayes-gpt/dev-gpt-bayes/dev-gpt-bayes:latest \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ production:
6
6
repoName : gcr2gce-proxy
7
7
serviceName : gcr2gce-proxy
8
8
serverName : nextgen-mmm.pymc-labs.com
9
- ipAddress : 35.208.203.115
9
+ ipAddress : 34.16.56.236
10
10
port : 5000
11
11
region : us-central1
12
12
development :
You can’t perform that action at this time.
0 commit comments