marcklingen commited on
Commit
50194f2
1 Parent(s): e508e0d

fix: remove headless initialization as it does not work with HF auth (#5)

Browse files

- fix: remove headless initialization as it does not work with HF auth (f951260ed4b088dfbe06bcd478cca165c5cb51e2)

Files changed (1) hide show
  1. docker-entrypoint-wrapper.sh +0 -10
docker-entrypoint-wrapper.sh CHANGED
@@ -68,16 +68,6 @@ export AUTH_CUSTOM_NAME="Hugging Face"
68
  # Disable authentication via username/password to enforce authentication via HF
69
  export AUTH_DISABLE_USERNAME_PASSWORD="true"
70
 
71
- # Setup default org and project
72
- export LANGFUSE_INIT_ORG_ID="default"
73
- export LANGFUSE_INIT_ORG_NAME="default"
74
- export LANGFUSE_INIT_PROJECT_ID="default"
75
- export LANGFUSE_INIT_PROJECT_NAME="default"
76
- export LANGFUSE_DEFAULT_ORG_ID="default"
77
- export LANGFUSE_DEFAULT_PROJECT_ID="default"
78
- export LANGFUSE_DEFAULT_ORG_ROLE="MEMBER"
79
- export LANGFUSE_DEFAULT_PROJECT_ROLE="MEMBER"
80
-
81
  # Start Next.js in the background
82
  echo "Starting Next.js..."
83
  ./web/entrypoint.sh node ./web/server.js \
 
68
  # Disable authentication via username/password to enforce authentication via HF
69
  export AUTH_DISABLE_USERNAME_PASSWORD="true"
70
 
 
 
 
 
 
 
 
 
 
 
71
  # Start Next.js in the background
72
  echo "Starting Next.js..."
73
  ./web/entrypoint.sh node ./web/server.js \