Skip to content

Commit

Permalink
Merge pull request #68 from artefactory/hotfix/build_debian
Browse files Browse the repository at this point in the history
fix: docker image build with debian buster issue https://stackoverflo…
  • Loading branch information
AlexisVLRT authored Sep 6, 2021
2 parents aef4d57 + 5e35945 commit 46ecab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracking_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ FROM google/cloud-sdk:332.0.0
WORKDIR /mlflow/

RUN mkdir -p /mlflow/ \
&& apt-get update \
&& apt-get update --allow-releaseinfo-change\
&& apt-get -y install --no-install-recommends apt-transport-https \
ca-certificates gnupg default-libmysqlclient-dev libpq-dev build-essential curl

Expand Down

0 comments on commit 46ecab9

Please sign in to comment.