Spaces:
Runtime error
Runtime error
Charles Azam
commited on
Commit
·
24da399
1
Parent(s):
6c0aeb9
refactor: move files up
Browse files
Dockerfile
CHANGED
|
@@ -28,4 +28,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
| 28 |
COPY . /app
|
| 29 |
RUN pip install -e .
|
| 30 |
|
| 31 |
-
CMD ["uvicorn", "deepengineer.backend.
|
|
|
|
| 28 |
COPY . /app
|
| 29 |
RUN pip install -e .
|
| 30 |
|
| 31 |
+
CMD ["uvicorn", "deepengineer.backend.fast_api_app:app", "--host", "0.0.0.0", "--port", "7860"]
|
src/deepengineer/backend/gradio_entry_point.py → gradio_app.py
RENAMED
|
File without changes
|
src/deepengineer/backend/{entry_point.py → fast_api_app.py}
RENAMED
|
File without changes
|