Sign in
fuchsia
/
third_party
/
github.com
/
google
/
ml-compiler-opt
/
94cb0d6f61ad317e0a8cf915bb46de92cb476336
/
.
/
Dockerfile
blob: 02de5884a2cb073e93642fbeca5fdcde0011870f [
file
]
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