add support for docker by a new configuration item redirect

This commit is contained in:
2020-12-22 19:21:11 +08:00
parent 2685e20782
commit 1e80821bf8
3 changed files with 113 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name = 'gpuutil',
version = '0.0.3',
version = '0.0.4',
keywords='gpu utils',
description = 'A tool for observing gpu stat and auto set visible gpu in python code.',
license = 'MIT License',