Skip to content

Commit 8808fcd

Browse files
Yash DagaYash Daga
authored andcommitted
Removing redundant files
1 parent df093be commit 8808fcd

File tree

7 files changed

+3
-536
lines changed

7 files changed

+3
-536
lines changed

deployment/portable/deploy.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ show_help() {
4040
echo "Options:"
4141
echo " --force-gpu Force GPU mode even if GPU not detected"
4242
echo " --force-cpu Force CPU-only mode even if GPU detected"
43-
echo " --no-cache Build Docker images without using cache"
4443
echo ""
4544
echo "Environment Variables:"
4645
echo " XYNE_DATA_DIR Data directory path (default: ./data)"
@@ -105,7 +104,6 @@ detect_gpu_support() {
105104
COMMAND=${1:-""}
106105
FORCE_GPU=false
107106
FORCE_CPU=false
108-
NO_CACHE_FLAG=""
109107

110108
# Show help if no command provided
111109
if [ -z "$COMMAND" ]; then
@@ -125,10 +123,6 @@ while [[ $# -gt 0 ]]; do
125123
FORCE_CPU=true
126124
shift
127125
;;
128-
--no-cache)
129-
NO_CACHE_FLAG="--no-cache"
130-
shift
131-
;;
132126
*)
133127
# Unknown option, might be a service name for logs command
134128
break

deployment/portable/prometheus-selfhosted.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ scrape_configs:
44
metrics_path: /prometheus/v1/values
55
static_configs:
66
- targets: ['vespa:8080']
7-
7+
88
- job_name: 'google_drive_ingestion'
99
metrics_path: /metrics # default path in your Hono app
1010
scrape_interval: 2s
@@ -14,4 +14,4 @@ scrape_configs:
1414
# metrics_path: /
1515
# scrape_interval: 2s
1616
# static_configs:
17-
# - targets: ['host.docker.internal:9988']
17+
# - targets: ['host.docker.internal:9988']

frontend/bun.lockb

64.3 KB
Binary file not shown.

global-packages.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)