blob: aa5656908b035a2ec5ef75ca663741918fb97052 [file] [log] [blame]
FROM ubuntu:20.04
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