Added restart script and fixed dockerfile and run to match docs
This commit is contained in:
@@ -23,7 +23,7 @@ class Config:
|
||||
parser.add_argument(
|
||||
'--config',
|
||||
type=Path,
|
||||
default=os.getenv('SIA_TRAINING_CONFIG', 'training/config.yaml'),
|
||||
default=os.getenv('SIA_TRAINING_CONFIG', '/root/sia/training/config.yaml'),
|
||||
help='Path to config file'
|
||||
)
|
||||
parser.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user