rabin 1 year ago
parent
commit
3d520b7737
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/tool/docker.py

+ 1 - 0
src/tool/docker.py

@@ -473,6 +473,7 @@ class Container(object):
 			,'shm' : '--shm-size='
 			,'expose' : '--expose'
 			,'super' : '--privileged='
+			,'gpus' : '--gpus'
 		}
 	@staticmethod
 	def drop():