Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
b05fc269
Unverified
Commit
b05fc269
authored
Nov 15, 2019
by
Francisco Massa
Committed by
GitHub
Nov 15, 2019
Browse files
Fix discrepancy in regenerate.py (#1583)
parent
e4ba602e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.circleci/regenerate.py
.circleci/regenerate.py
+2
-2
No files found.
.circleci/regenerate.py
View file @
b05fc269
...
...
@@ -62,9 +62,9 @@ def generate_base_workflow(base_workflow_name, python_version, cu_version,
d
[
"unicode_abi"
]
=
'1'
if
cu_version
==
"cu92"
:
d
[
"wheel_docker_image"
]
=
"
soumit
h/manylinux-cuda92"
d
[
"wheel_docker_image"
]
=
"
pytorc
h/manylinux-cuda92"
elif
cu_version
==
"cu100"
:
d
[
"wheel_docker_image"
]
=
"
soumit
h/manylinux-cuda100"
d
[
"wheel_docker_image"
]
=
"
pytorc
h/manylinux-cuda100"
if
filter_branch
is
not
None
:
d
[
"filters"
]
=
{
"branches"
:
{
"only"
:
filter_branch
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment