Skip to content

Commit 4bc56c8

Browse files
authored
Update Docker images in CI workflow (#75)
1 parent d624d4c commit 4bc56c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
matrix:
2020
include:
2121
- julia_version: "1.9"
22-
docker_image: graphcore/poplar:2.5.1-ubuntu-20.04-20220629
22+
docker_image: ghcr.io/juliaipu/poplar:2.5.1-ubuntu-20.04-20220629
2323
build_docs: false
2424
- julia_version: "1.10"
25-
docker_image: graphcore/poplar:3.2.0-ubuntu-20.04-20230314
25+
docker_image: ghcr.io/juliaipu/poplar:3.2.0-ubuntu-20.04-20230314
2626
build_docs: true
2727
steps:
2828
- name: "Install, g++, git, jq"

0 commit comments

Comments
 (0)