Fixed recommendations instrumentation

This commit is contained in:
morganmclean 2018-07-16 14:00:42 -07:00
parent 6e1bbe46e2
commit 9486bc24fd
3 changed files with 24 additions and 16 deletions

View file

@ -10,8 +10,8 @@ WORKDIR /home
# get packages
RUN apt-get update && apt-get install python3-pip -y
RUN pip install opencensus
RUN pip install google-python-cloud-debugger
RUN pip install google-cloud-trace
RUN pip install google-python-cloud-debugger
# set listen port
ENV PORT "8080"