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
|
||||
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 . .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue