FROM ubuntu:latest

RUN apt update && apt install -y \
	git \
	python3-pip \
	python3

RUN python3 -m pip install sacred pymongo