Skip to content

Commit

Permalink
Update docker image to point to github registry in devcontainer-example
Browse files Browse the repository at this point in the history
Signed-off-by: Rickert, Jonas <[email protected]>
  • Loading branch information
jorickert committed Jan 30, 2025
1 parent 6d2b1d4 commit 305ac5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devcontainer-example/Dockerfile.llvm-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE="onnxmlir/onnx-mlir-llvm-static:amd64"
ARG BASE_IMAGE="ghcr.io/onnxmlir/onnx-mlir-llvm-static:amd64"
FROM ${BASE_IMAGE}

RUN apt-get update
Expand Down

0 comments on commit 305ac5b

Please sign in to comment.