Spaces:
Runtime error
Runtime error
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -24,6 +24,7 @@ cd ../../../..
|
|
| 24 |
|
| 25 |
# Configure poetry to create virtual environments within the project directory
|
| 26 |
poetry config virtualenvs.in-project true
|
|
|
|
| 27 |
cd /app
|
| 28 |
|
| 29 |
# If pyproject.toml has changed significantly, update dependencies
|
|
|
|
| 24 |
|
| 25 |
# Configure poetry to create virtual environments within the project directory
|
| 26 |
poetry config virtualenvs.in-project true
|
| 27 |
+
|
| 28 |
cd /app
|
| 29 |
|
| 30 |
# If pyproject.toml has changed significantly, update dependencies
|