update the modal triton workflow
All checks were successful
Triton Modal Trigger / deploy-to-modal (push) Successful in 8s
All checks were successful
Triton Modal Trigger / deploy-to-modal (push) Successful in 8s
This commit is contained in:
@@ -20,8 +20,10 @@ jobs:
|
||||
- name: Deploy Triton model to Modal
|
||||
run: |
|
||||
echo "Deploying Triton..."
|
||||
cd workspace/sprint_1_2/CODEBASE/infra/implementation/triton_run
|
||||
modal deploy triton_server.py
|
||||
cd workspace
|
||||
pwd
|
||||
ls -la
|
||||
|
||||
env:
|
||||
MODAL_TOKEN_ID: ${{ secrets.MODAL_KEY }}
|
||||
MODAL_TOKEN_SECRET: ${{ secrets.MODAL_SECRET }}
|
||||
Reference in New Issue
Block a user