Skip to content

Commit 4ed3747

Browse files
authored
Merge pull request #201 from powerapi-ng/build/ghcr-base-image
build(Dockerfile): Use PowerAPI image hosted on GitHub container registry
2 parents b6391eb + f776cb1 commit 4ed3747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/powerapi/powerapi:2.9.1@sha256:81fd8527aed8e67653ab1b1ef26d872cd790dda5e058090b1e88c7d7ccdc2c2d
1+
FROM ghcr.io/powerapi-ng/powerapi:2.9.1@sha256:81fd8527aed8e67653ab1b1ef26d872cd790dda5e058090b1e88c7d7ccdc2c2d
22

33
COPY --chown=powerapi . /tmp/smartwatts
44
RUN pip install --no-cache-dir "/tmp/smartwatts" && rm -r /tmp/smartwatts

0 commit comments

Comments
 (0)