Skip to content

Commit 63abd3f

Browse files
committed
action deploy - model directory fix
1 parent bc131da commit 63abd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wraval/actions/action_deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import boto3
77
import json
88

9-
MODEL_DIRECTORY = '../../model_artifacts'
9+
MODEL_DIRECTORY = '../../../model_artifacts'
1010

1111
def cleanup_endpoints(endpoint_name):
1212

0 commit comments

Comments
 (0)