Skip to content

Instantly share code, notes, and snippets.

@mindsdbadmin
Created May 13, 2020 08:52
Show Gist options
  • Save mindsdbadmin/697f14314b209a2913613fb925168f69 to your computer and use it in GitHub Desktop.
Save mindsdbadmin/697f14314b209a2913613fb925168f69 to your computer and use it in GitHub Desktop.
Docker environment for MindsDB Sage
RUN apt-get -y update && apt-get install -y --no-install-recommends \
wget \
build-essential \
python3.7 \
python3.7-dev \
python3-distutils \
nginx \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment