recommendationservice: use requirements.txt

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-07-17 14:59:25 -07:00
parent b943dda1b7
commit 6cedeb1317
2 changed files with 2 additions and 3 deletions

View file

@ -7,9 +7,6 @@ ENV PYTHONUNBUFFERED=0
WORKDIR /recommendationservice
COPY requirements.txt 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
COPY . .

View file

@ -1,3 +1,5 @@
grpcio==1.0.0
grpcio-tools==1.0.0
googleapis-common-protos==1.5.3
opencensus==0.1.5
google-cloud-trace==0.19.0