Skip to content

Commit 2b7a458

Browse files
committed
more cu10.1 fix
Signed-off-by: Edward Z. Yang <[email protected]>
1 parent 3dd43fe commit 2b7a458

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ binary_common: &binary_common
3131
wheel_docker_image:
3232
description: "Wheel only: what docker image to use"
3333
type: string
34-
default: "soumith/manylinux-cuda100"
34+
default: "soumith/manylinux-cuda101"
3535
environment:
3636
PYTHON_VERSION: << parameters.python_version >>
3737
BUILD_VERSION: << parameters.build_version >>

.circleci/config.yml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ binary_common: &binary_common
3131
wheel_docker_image:
3232
description: "Wheel only: what docker image to use"
3333
type: string
34-
default: "soumith/manylinux-cuda100"
34+
default: "soumith/manylinux-cuda101"
3535
environment:
3636
PYTHON_VERSION: << parameters.python_version >>
3737
BUILD_VERSION: << parameters.build_version >>

0 commit comments

Comments
 (0)