blob: 7c5a4815a32cb6fa40cc943c2cc2f19c61fbddcb [file] [log] [blame]
FROM python:3.9
WORKDIR /ml-compiler-opt
COPY . .
RUN pip install pipenv && pipenv sync --system && pipenv --clear
WORKDIR /ml-compiler-opt/compiler_opt/tools
ENV PYTHONPATH=/ml-compiler-opt
VOLUME /external