Skip to content

Commit 7d563e9

Browse files
committed
fix container image path
1 parent 8d3962b commit 7d563e9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docker_test1.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ jobs:
66
# Docker containers can only run on ubuntu, it cannot run on Mac or Windows.
77
runs-on: ubuntu-latest
88
container:
9-
image: docker://10.2-devel-ubuntu16.04
9+
# docker://10.2-devel-ubuntu16.04
10+
image: nvidia/cuda:10.2-devel-ubuntu16.04
11+
1012
steps:
1113
- name: Log running docker containers
1214
run: docker -ps

0 commit comments

Comments
 (0)