Spaces:
Runtime error
Runtime error
VenkateshRoshan
commited on
Commit
·
b7b0ece
1
Parent(s):
b1d9c58
deployment file update
Browse files
.github/workflows/deploy.yml
CHANGED
@@ -43,7 +43,7 @@ jobs:
|
|
43 |
|
44 |
- name: Deploy model to SageMaker
|
45 |
run: |
|
46 |
-
python deploy_sagemaker.py \
|
47 |
--account_id ${{ secrets.ACCOUNT_ID }} \
|
48 |
--region ${{ secrets.AWS_REGION }} \
|
49 |
--role_arn ${{ secrets.SAGEMAKER_ROLE_ARN }} \
|
|
|
43 |
|
44 |
- name: Deploy model to SageMaker
|
45 |
run: |
|
46 |
+
python src/deploy_sagemaker.py \
|
47 |
--account_id ${{ secrets.ACCOUNT_ID }} \
|
48 |
--region ${{ secrets.AWS_REGION }} \
|
49 |
--role_arn ${{ secrets.SAGEMAKER_ROLE_ARN }} \
|