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 4b34e40 commit 276eba2Copy full SHA for 276eba2
Dockerfile.cloudrun
@@ -1,5 +1,4 @@
1
FROM python:3.6
2
-RUN pip install gunicorn google-python-cloud-debugger
3
COPY requirements.txt requirements.txt
4
RUN pip install -r requirements.txt
5
ADD . /code
requirements.txt
@@ -24,17 +24,18 @@ boto3==1.9.169
24
PyYAML==5.1.2
25
Pillow==8.4
26
27
+# for serving
28
+gunicorn==20.1.0
29
+
30
# Frozen transitive dependencies:
31
botocore==1.12.253
32
cachetools==4.2.4
33
charset-normalizer==2.0.12
34
docutils==0.15.2
-gunicorn==20.1.0
35
honeycomb-beeline==2.12.1
36
httplib2==0.20.4
37
jmespath==0.10.0
38
libhoney==2.1.0
-protobuf==3.19.4
39
pyasn1==0.4.8
40
pyasn1-modules==0.2.8
41
pyparsing==3.0.9
0 commit comments