Unanswered
			
			
 
			
	
		
			
		
		
		
		
	
			
		
		What The Best Practice To Configure Clearml-Agent  In The Way To  Don’T Install Packages That Are Already Available Every Time?
I Use Nvidia-Docker To Run The Train Script For Example.
I Initialized Clearml-Agent Inside A Running Nvidia-Docker Container
And one more thing(seems like agent didn’t pull all necessary code)
I’m trying to run task  export.py  with remote agent. But in this script there are some imports from my other .py scripts:
import torch - this module should be installed with pip
from from generate_triton_config import generate_configs - this import from generate_triton_config.py 
And it also raise an error:
Traceback (most recent call last):
  File "/root/.clearml/venvs-builds/3.10/code/export.py", line 8, in <module>
    from generate_triton_config import generate_configs
ModuleNotFoundError: No module named 'generate_triton_config'
And when I checked folder:  /root/.clearml/venvs-builds/3.10/code/   there is only one script  export.py
So what I’m doing wrong ?
210 Views
				0
Answers
				
					 
	one year ago
				
					
						 
	one year ago