blob: 680ff52afd264864d033c2d3de8824a8d9ac9684 [file] [log] [blame]
FROM debian:bullseye
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
python-is-python3 \
python3 \
python3-pip \
&& rm -rf /var/lib/apt/lists/*
COPY . /ml-compiler-opt
RUN python3 -m pip install -r /ml-compiler-opt/requirements.txt
VOLUME /external