VikramSingh178 commited on
Commit
c57bd9b
β€’
1 Parent(s): f889e74
Files changed (1) hide show
  1. run.sh +2 -3
run.sh CHANGED
@@ -24,7 +24,7 @@ pip install uv
24
 
25
  # Change directory to api and install the required packages
26
  cd api || { echo "API directory not found"; exit 1; }
27
- pip install -r requirements.txt
28
 
29
  # Ensure the uv command is available
30
  if ! command -v uv &> /dev/null; then
@@ -32,5 +32,4 @@ if ! command -v uv &> /dev/null; then
32
  exit 1
33
  fi
34
 
35
- # Run your uv-related command here, if needed
36
- # uv <your_command_here>
 
24
 
25
  # Change directory to api and install the required packages
26
  cd api || { echo "API directory not found"; exit 1; }
27
+
28
 
29
  # Ensure the uv command is available
30
  if ! command -v uv &> /dev/null; then
 
32
  exit 1
33
  fi
34
 
35
+ uv pip install -r requirements.txt