recommendationservice: fully freeze pip
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
2713f47bbb
commit
86db083d87
2 changed files with 29 additions and 6 deletions
|
@ -7,9 +7,6 @@ ENV PYTHONUNBUFFERED=0
|
||||||
WORKDIR /recommendationservice
|
WORKDIR /recommendationservice
|
||||||
COPY requirements.txt requirements.txt
|
COPY requirements.txt requirements.txt
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
RUN pip install opencensus
|
|
||||||
RUN pip install google-cloud-trace
|
|
||||||
RUN pip install google-python-cloud-debugger
|
|
||||||
|
|
||||||
# add files into working directory
|
# add files into working directory
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
|
@ -1,3 +1,29 @@
|
||||||
grpcio==1.0.0
|
cachetools==2.1.0
|
||||||
grpcio-tools==1.0.0
|
certifi==2018.4.16
|
||||||
googleapis-common-protos==1.5.3
|
chardet==3.0.4
|
||||||
|
enum34==1.1.6
|
||||||
|
futures==3.2.0
|
||||||
|
google-api-core==1.2.1
|
||||||
|
google-api-python-client==1.7.4
|
||||||
|
google-auth==1.5.0
|
||||||
|
google-auth-httplib2==0.0.3
|
||||||
|
google-cloud-core==0.28.1
|
||||||
|
google-cloud-trace==0.19.0
|
||||||
|
google-python-cloud-debugger==2.8
|
||||||
|
googleapis-common-protos==1.5.3
|
||||||
|
grpcio==1.13.0
|
||||||
|
grpcio-tools==1.0.0
|
||||||
|
httplib2==0.11.3
|
||||||
|
idna==2.7
|
||||||
|
opencensus==0.1.5
|
||||||
|
protobuf==3.5.2.post1
|
||||||
|
pyasn1==0.4.3
|
||||||
|
pyasn1-modules==0.2.2
|
||||||
|
pytz==2018.5
|
||||||
|
PyYAML==3.13
|
||||||
|
requests==2.19.1
|
||||||
|
rsa==3.4.2
|
||||||
|
six==1.11.0
|
||||||
|
uritemplate==3.0.0
|
||||||
|
urllib3==1.23
|
||||||
|
virtualenv==16.0.0
|
||||||
|
|
Loading…
Reference in a new issue