Sign in
fuchsia
/
third_party
/
github.com
/
google
/
ml-compiler-opt
/
refs/heads/upstream/main
/
.
/
Dockerfile
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