kylebrodeur commited on
Commit
d2aafad
·
verified ·
1 Parent(s): ed8be4a

deploy: update Space from deploy_preflight --push

Browse files
Files changed (1) hide show
  1. scripts/deploy_preflight.py +1 -0
scripts/deploy_preflight.py CHANGED
@@ -25,6 +25,7 @@ import sys
25
  from pathlib import Path
26
 
27
  ROOT = Path(__file__).resolve().parent.parent
 
28
  SPACE = "build-small-hackathon/microfactory-lab"
29
  FIELD_LOG_DATASET = "build-small-hackathon/chief-engineer-field-log"
30
  # Uploaded to the Space = everything EXCEPT these (keeps learn/ + assets/ + data/*.jsonl,
 
25
  from pathlib import Path
26
 
27
  ROOT = Path(__file__).resolve().parent.parent
28
+ sys.path.insert(0, str(ROOT))
29
  SPACE = "build-small-hackathon/microfactory-lab"
30
  FIELD_LOG_DATASET = "build-small-hackathon/chief-engineer-field-log"
31
  # Uploaded to the Space = everything EXCEPT these (keeps learn/ + assets/ + data/*.jsonl,