We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d624d4c commit 4bc56c8Copy full SHA for 4bc56c8
.github/workflows/ci.yml
@@ -19,10 +19,10 @@ jobs:
19
matrix:
20
include:
21
- julia_version: "1.9"
22
- docker_image: graphcore/poplar:2.5.1-ubuntu-20.04-20220629
+ docker_image: ghcr.io/juliaipu/poplar:2.5.1-ubuntu-20.04-20220629
23
build_docs: false
24
- julia_version: "1.10"
25
- docker_image: graphcore/poplar:3.2.0-ubuntu-20.04-20230314
+ docker_image: ghcr.io/juliaipu/poplar:3.2.0-ubuntu-20.04-20230314
26
build_docs: true
27
steps:
28
- name: "Install, g++, git, jq"
0 commit comments