Sign in
llvm
/
llvm-project
/
ac0649a75a60743faa16b77396db617587d45fea
/
.
/
.ci
/
metrics
/
Dockerfile
blob: 80f1c64e3e61b63bde33ea86c7ed778f486ed109 [
file
] [
log
] [
blame
]
FROM docker
.
io
/
python
:
3.12
COPY requirements
.
lock
.
txt
./
RUN pip3 install
--
no
-
cache
-
dir
-
r requirements
.
lock
.
txt
COPY metrics
.
py
./
CMD
[
"python3"
,
"metrics.py"
]