Unverified Commit 5c0613be authored by Tai-Wang's avatar Tai-Wang Committed by GitHub
Browse files

Update version file and circleci for v1.3.0

Update version file and circleci for v1.3.0
parents ac289b35 42e6dc5b
......@@ -2,6 +2,8 @@ ARG PYTORCH="1.8.1"
ARG CUDA="10.2"
ARG CUDNN="7"
ARG DEBIAN_FRONTEND=noninteractive
FROM pytorch/pytorch:${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel
# To fix GPG key error when running apt-get update
......
......@@ -90,11 +90,17 @@ jobs:
type: integer
default: 8
machine:
image: ubuntu-2004-cuda-11.4:202110-01
image: linux-cuda-11:default
# docker_layer_caching: true
resource_class: gpu.nvidia.small
resource_class: gpu.nvidia.small.multi
steps:
- 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:
# Cloning repos in VM since Docker doesn't have access to the private key
name: Clone Repos
......
# Copyright (c) Open-MMLab. All rights reserved.
__version__ = '1.2.0'
__version__ = '1.3.0'
short_version = __version__
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment