Skip to content

Commit

Permalink
fix path?
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlinspace committed Nov 28, 2023
1 parent ab5a7e6 commit febc324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assistant/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def schedule_machine(thread: Thread):
'memory_mb': 1024 * 2,
},
'init': {
'cmd': ['python assistant/runner.py'],
'cmd': ['python /code/assistant/runner.py'],
'swap_size_mb': 1024 * 4,
},
'image': fly_image_ref,
Expand Down

0 comments on commit febc324

Please sign in to comment.