File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,14 @@ FROM fedora:41@sha256:3ec60eb34fa1a095c0c34dd37cead9fd38afb62612d43892fcf1d3425c
33# SPDX-License-Identifier: BSD-3-Clause
44# Copyright (c) 2020-2024 Intel Corporation
55
6- RUN dnf -y install gcc-c++ git findutils make cmake openssl openssl-devel libasan libasan-static
6+ RUN dnf -y install gcc-c++ git findutils make cmake openssl openssl-devel libasan libasan-static hwdata
77COPY . /tmp/pcm
88RUN cd /tmp/pcm && mkdir build && cd build && cmake -DPCM_NO_STATIC_LIBASAN=OFF .. && make -j
99
1010FROM fedora:41@sha256:3ec60eb34fa1a095c0c34dd37cead9fd38afb62612d43892fcf1d3425c32bc1e
1111COPY --from=builder /tmp/pcm/build/bin/* /usr/local/bin/
12+ COPY --from=builder /tmp/pcm/build/bin/opCode*.txt /usr/local/share/pcm/
13+ COPY --from=builder /usr/share/hwdata/pci.ids /usr/share/hwdata/pci.ids
1214ENV PCM_NO_PERF=1
1315
1416ENTRYPOINT [ "/usr/local/bin/pcm-sensor-server" , "-p" , "9738" , "-r" ]
You can’t perform that action at this time.
0 commit comments