mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 12:22:47 +00:00 
			
		
		
		
	Only use job_id as service name.
This commit is contained in:
		@@ -52,7 +52,7 @@ class Swarm:
 | 
			
		||||
                                'jobs',
 | 
			
		||||
                                str(job.id))
 | 
			
		||||
                   + ':/files:rw']
 | 
			
		||||
        _name = str(job.user_id) + '_' + str(job.id)
 | 
			
		||||
        _name = str(job.id)
 | 
			
		||||
        '''
 | 
			
		||||
        ' The Docker SDK for Python expects the cpu_reservation value to be
 | 
			
		||||
        ' scaled to nanos (10^9). Because the job object contains unscaled
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user