Skip to content

Instantly share code, notes, and snippets.

@brean
Last active April 20, 2021 10:53
Show Gist options
  • Save brean/5b4117652bcb05d60216aace7d7f6ffd to your computer and use it in GitHub Desktop.
Save brean/5b4117652bcb05d60216aace7d7f6ffd to your computer and use it in GitHub Desktop.
Bagel docker installation
FROM ubuntu:20.04
RUN apt-get update -y \
&& apt-get install -y git python3-yaml git wget python-is-python3 \
&& rm -rf /var/lib/apt/lists/*
RUN wget https://raw.githubusercontent.com/dfki-ric/bagel_wiki/master/bootstrap_magic.sh \
&& bash bootstrap_magic.sh
docker build . -t bagel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment