blob: f3fda6ba1e674d6ab4a90c6ed1abbff6a13b64be [file] [log] [blame]
FROM ubuntu:22.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