Skip to content

Commit

Permalink
working configuration gcb
Browse files Browse the repository at this point in the history
  • Loading branch information
MassiliaB committed Oct 16, 2024
1 parent 463fcd0 commit d861bb1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
steps:
- name: gcr.io/cloud-builders/gcloud
args:
- '-c'
- >
gcloud builds triggers run Blindchat-vllm
--branch=main
--region=europe-west1
entrypoint: bash
- name: 'gcr.io/cloud-builders/docker'
args: [ 'build', '-t', 'europe-west1-docker.pkg.dev/amd-sev-356012/mithril-os/blindchat-ui:latest', '.']
env:
Expand Down
14 changes: 14 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: '3.8'

services:
blindchat:
build:
context: .
dockerfile: Dockerfile
env_file:
- .env
- .env.local
environment:
- PROMPT_1="how are you?"
ports:
- "3000:3000"

0 comments on commit d861bb1

Please sign in to comment.