Fixed recommendations instrumentation
This commit is contained in:
parent
6e1bbe46e2
commit
9486bc24fd
3 changed files with 24 additions and 16 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue