sarveshpatel commited on
Commit
ab84d3f
·
verified ·
1 Parent(s): 9575fab

Update scripts/start.sh

Browse files
Files changed (1) hide show
  1. scripts/start.sh +3 -0
scripts/start.sh CHANGED
@@ -1,6 +1,9 @@
1
  #!/bin/bash
2
  set -e
3
 
 
 
 
4
  echo "Starting MCP Code Executor on Hugging Face Spaces..."
5
  echo "Environment Type: ${ENV_TYPE:-venv-uv}"
6
  echo "Code Storage Dir: ${CODE_STORAGE_DIR:-/app/code_storage}"
 
1
  #!/bin/bash
2
  set -e
3
 
4
+ # Ensure uv is in PATH
5
+ export PATH="/root/.local/bin:$PATH"
6
+
7
  echo "Starting MCP Code Executor on Hugging Face Spaces..."
8
  echo "Environment Type: ${ENV_TYPE:-venv-uv}"
9
  echo "Code Storage Dir: ${CODE_STORAGE_DIR:-/app/code_storage}"