...
*Optional. To define target virtual directory in container, add a a get_default_azure_target_dir() function to dynamic/pyrules/custom/env.py. The directory should be without trailing and leading back slashes:
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
def get_default_azure_target_dir(): return 'dropdir/eagleml' |
...