elungky commited on
Commit
0b8e777
·
1 Parent(s): 8bdfbb7

Fix pip FileNotFoundError by using absolute path in cosmos-predict1.yaml

Browse files
Files changed (1) hide show
  1. cosmos-predict1.yaml +1 -1
cosmos-predict1.yaml CHANGED
@@ -24,7 +24,7 @@ dependencies:
24
 
25
  # Add pip dependencies directly in the YAML
26
  - pip:
27
- - -r file:gui/requirements.txt
28
  - uvicorn[standard]
29
  - fastapi
30
  # Add any other crucial top-level pip dependencies here if your project needs them
 
24
 
25
  # Add pip dependencies directly in the YAML
26
  - pip:
27
+ - -r file:///app/gui/requirements.txt
28
  - uvicorn[standard]
29
  - fastapi
30
  # Add any other crucial top-level pip dependencies here if your project needs them