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
5c0613be
Unverified
Commit
5c0613be
authored
Oct 19, 2023
by
Tai-Wang
Committed by
GitHub
Oct 19, 2023
Browse files
Update version file and circleci for v1.3.0
Update version file and circleci for v1.3.0
parents
ac289b35
42e6dc5b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
.circleci/docker/Dockerfile
.circleci/docker/Dockerfile
+2
-0
.circleci/test.yml
.circleci/test.yml
+8
-2
mmdet3d/version.py
mmdet3d/version.py
+1
-1
No files found.
.circleci/docker/Dockerfile
View file @
5c0613be
...
@@ -2,6 +2,8 @@ ARG PYTORCH="1.8.1"
...
@@ -2,6 +2,8 @@ ARG PYTORCH="1.8.1"
ARG
CUDA="10.2"
ARG
CUDA="10.2"
ARG
CUDNN="7"
ARG
CUDNN="7"
ARG
DEBIAN_FRONTEND=noninteractive
FROM
pytorch/pytorch:${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel
FROM
pytorch/pytorch:${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel
# To fix GPG key error when running apt-get update
# To fix GPG key error when running apt-get update
...
...
.circleci/test.yml
View file @
5c0613be
...
@@ -90,11 +90,17 @@ jobs:
...
@@ -90,11 +90,17 @@ jobs:
type
:
integer
type
:
integer
default
:
8
default
:
8
machine
:
machine
:
image
:
ubuntu-2004-cuda-11.4:202110-01
image
:
linux-cuda-11:default
# docker_layer_caching: true
# docker_layer_caching: true
resource_class
:
gpu.nvidia.small
resource_class
:
gpu.nvidia.small
.multi
steps
:
steps
:
-
checkout
-
checkout
-
run
:
name
:
Install nvidia-container-toolkit and Restart Docker
command
:
|
sudo apt-get update
sudo apt-get install -y nvidia-container-toolkit
sudo systemctl restart docker
-
run
:
-
run
:
# Cloning repos in VM since Docker doesn't have access to the private key
# Cloning repos in VM since Docker doesn't have access to the private key
name
:
Clone Repos
name
:
Clone Repos
...
...
mmdet3d/version.py
View file @
5c0613be
# Copyright (c) Open-MMLab. All rights reserved.
# Copyright (c) Open-MMLab. All rights reserved.
__version__
=
'1.
2
.0'
__version__
=
'1.
3
.0'
short_version
=
__version__
short_version
=
__version__
...
...
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