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
mmdetection3d
Commits
4b73569e
Unverified
Commit
4b73569e
authored
Oct 11, 2022
by
Jingwei Zhang
Committed by
GitHub
Oct 11, 2022
Browse files
[CI] Fix CI on cuda env (#1905)
* fix ci * remove spconv in optional.txt
parent
4243ff67
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
.circleci/test.yml
.circleci/test.yml
+2
-2
requirements/optional.txt
requirements/optional.txt
+0
-1
No files found.
.circleci/test.yml
View file @
4b73569e
...
@@ -105,8 +105,8 @@ jobs:
...
@@ -105,8 +105,8 @@ jobs:
name
:
Install mmdet3d dependencies
name
:
Install mmdet3d dependencies
command
:
|
command
:
|
docker exec mmdet3d pip install -e /mmengine
docker exec mmdet3d pip install -e /mmengine
docker exec pip install -U openmim
docker exec
mmdet3d
pip install -U openmim
docker exec mim install 'mmcv >= 2.0.0rc1'
docker exec
mmdet3d
mim install 'mmcv >= 2.0.0rc1'
docker exec mmdet3d pip install -e /mmdetection
docker exec mmdet3d pip install -e /mmdetection
docker exec mmdet3d pip install -r requirements.txt
docker exec mmdet3d pip install -r requirements.txt
-
run
:
-
run
:
...
...
requirements/optional.txt
View file @
4b73569e
black==20.8b1 # be compatible with typing-extensions 3.7.4
black==20.8b1 # be compatible with typing-extensions 3.7.4
spconv
typing-extensions==3.7.4 # required by tensorflow<=2.6
typing-extensions==3.7.4 # required by tensorflow<=2.6
waymo-open-dataset-tf-2-6-0 # requires python>=3.7
waymo-open-dataset-tf-2-6-0 # requires python>=3.7
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