recommendationsvc: optimize img (1.1 GB to 310 MB) (#45)
This commit is contained in:
parent
1f60819dee
commit
3863f6d14d
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
FROM grpc/python:1.0
|
||||
|
||||
FROM python:2.7-slim
|
||||
RUN apt-get update -qqy && \
|
||||
apt-get -qqy install wget && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
# show python logs as they occur
|
||||
ENV PYTHONUNBUFFERED=0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue