Spaces:
Build error
Build error
Fix pip FileNotFoundError by using absolute path in cosmos-predict1.yaml
Browse files- 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
|
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
|