Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 14 |
EXPOSE 7860
|
| 15 |
|
| 16 |
# 启动 FastAPI 应用
|
| 17 |
-
CMD ["python
|
|
|
|
| 14 |
EXPOSE 7860
|
| 15 |
|
| 16 |
# 启动 FastAPI 应用
|
| 17 |
+
CMD ["python", "./clm-frontend-dev.py"]
|