recommendationservice: use requirements.txt
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
b943dda1b7
commit
6cedeb1317
2 changed files with 2 additions and 3 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,5 @@
|
||||||
grpcio==1.0.0
|
grpcio==1.0.0
|
||||||
grpcio-tools==1.0.0
|
grpcio-tools==1.0.0
|
||||||
googleapis-common-protos==1.5.3
|
googleapis-common-protos==1.5.3
|
||||||
|
opencensus==0.1.5
|
||||||
|
google-cloud-trace==0.19.0
|
||||||
|
|
Loading…
Reference in a new issue