Skip to content

Commit

Permalink
adding env variable for protobuf error
Browse files Browse the repository at this point in the history
  • Loading branch information
sidiyer20 committed May 26, 2022
1 parent 1b2793b commit 17a67d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mlflow/models/docker_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
_DOCKERFILE_TEMPLATE = """
# Build an image that can serve mlflow models.
FROM ubuntu:18.04
ARG PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
ENV PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
RUN apt-get -y update && apt-get install -y --no-install-recommends \
wget \
curl \
Expand Down

0 comments on commit 17a67d9

Please sign in to comment.