Spaces:
GIZ
/
Running on CPU Upgrade

ppsingh commited on
Commit
3626564
verified
1 Parent(s): 407b3bc

Update custom_startup.sh

Browse files
Files changed (1) hide show
  1. custom_startup.sh +1 -1
custom_startup.sh CHANGED
@@ -38,7 +38,7 @@ sleep 5
38
  # --- 5. Handle PUBLIC_VERSION (Patch for base image's bug) ---
39
  echo "Setting PUBLIC_VERSION (patching base image's package.json lookup bug)..."
40
  if [ -z "$PUBLIC_VERSION" ]; then
41
- export PUBLIC_VERSION="0.0.1"
42
  fi
43
  echo "PUBLIC_VERSION set to: $PUBLIC_VERSION"
44
 
 
38
  # --- 5. Handle PUBLIC_VERSION (Patch for base image's bug) ---
39
  echo "Setting PUBLIC_VERSION (patching base image's package.json lookup bug)..."
40
  if [ -z "$PUBLIC_VERSION" ]; then
41
+ export PUBLIC_VERSION="0.2"
42
  fi
43
  echo "PUBLIC_VERSION set to: $PUBLIC_VERSION"
44