Spaces:
Build error
Build error
dockerilfe
Browse files- server/entrypoint.sh +1 -1
server/entrypoint.sh
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
-
|
4 |
pdm add flash_attn --no-isolation
|
|
|
5 |
|
6 |
./.venv/bin/uvicorn src.main:app --host 0.0.0.0 --port 7860
|
|
|
1 |
#!/bin/bash
|
2 |
|
|
|
3 |
pdm add flash_attn --no-isolation
|
4 |
+
echo "Installation done"
|
5 |
|
6 |
./.venv/bin/uvicorn src.main:app --host 0.0.0.0 --port 7860
|