blob: 02de5884a2cb073e93642fbeca5fdcde0011870f [file] [log] [blame] [edit]
FROM python:3.10
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