Skip to content
Snippets Groups Projects
Commit 16f5a75e authored by Thameem Haris's avatar Thameem Haris
Browse files

deploy

parents
No related branches found
No related tags found
No related merge requests found
stages:
- build
- deploy
# Build Stage
build_model:
stage: build
script:
- chmod +x scripts/build_model.sh
- ./scripts/build_model.sh
when: manual
# Deploy Stage
deploy_model:
stage: deploy
script:
- chmod +x scripts/deploy_model.sh
- ./scripts/deploy_model.sh
when: manual
# Cache dependencies to speed up builds
cache:
paths:
- .cache/pip
key: "$CI_COMMIT_REF_SLUG"
# Define variables for the pipeline
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
#!/bin/bash
# Deploy the model
python src/deploy_model.py
\ No newline at end of file
藲͇y ӏ(2
\ No newline at end of file
This diff is collapsed.
File added
File added
File added
nlp-group @ fc28536f
Subproject commit fc28536fed814147226aea0f97bdb1cc8fa8e0b2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment