-
## ✅ 해야 할 일
FastAPI 서버 배포
- 배포 서버 접속
- authbind으로 81 포트 열기 (FastAPI 기본 포트인 8000은 닫힌 상태)
- application.properties 업데이트
- 빌드 후 포그라운드로 서버 돌리기
- 테스트
- 백그라운드로 돌리기
- 테스트
- 추후 정은이에게 rds 정보 받은 후 appl…
-
> Elaborating a bit on option 2: of course, the (generated) docker-compose.yml for each module could also provide an additional server entry point – a simple REST API wrapper for resmgr CLI. Its (gene…
-
### Your current environment
```text
ROCM Version: Could not collect
Neuron SDK Version: N/A
vLLM Version: 0.6.3.post1
vLLM Build Flags:
CUDA Archs: Not Set; ROCm: Disabled; Neuron: Disabled
GP…
-
### Describe the issue:
In the URL https://github.com/Akkudoktor-EOS/EOS its stating:
---snip---
Run from source
Install dependencies in virtual environment:
python -m venv .venv
.venv/bin…
-
I would love to use this project to create a blog with fastht.ml. Can we add FastAPI support to the list of backends?
Great project!
-
Now that we have two frontend apps we should be able to create a fastapi server ourselves. We need to deploy it and setup the endpoints we already use to migrate the apps.
-
@XXXJumpingFrogXXX this is to track your next task.
-
Update the backend from Flask to FastAPI. Refactor existing routes to match FastAPI's structure.
-
FastAPI makes extensive use of the type annotations at runtime, which then requires that the relevant imports be available at runtime. This can cause issues when Ruff suggests they be moved into type-…
-