Skip to content

Commit

Permalink
Merge pull request #3 from sidiyer20/master
Browse files Browse the repository at this point in the history
adding env variable for protobuf error
  • Loading branch information
shubh0508 authored May 26, 2022
2 parents 1b2793b + 17a67d9 commit de5ae42
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 de5ae42

Please sign in to comment.