first commit
This commit is contained in:
2
DEV_SETUP.md
Normal file
2
DEV_SETUP.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Dev Setup
|
||||||
|
Full setup guide.
|
||||||
2
ONBOARDING.md
Normal file
2
ONBOARDING.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Onboarding
|
||||||
|
Full onboarding.
|
||||||
1
docker-compose.yml
Normal file
1
docker-compose.yml
Normal file
@ -0,0 +1 @@
|
|||||||
|
version: '3.9'
|
||||||
1
gateway/Dockerfile
Normal file
1
gateway/Dockerfile
Normal file
@ -0,0 +1 @@
|
|||||||
|
FROM python:3.11-slim
|
||||||
1
gateway/main.py
Normal file
1
gateway/main.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
print('gateway start')
|
||||||
1
gateway/requirements.gateway.txt
Normal file
1
gateway/requirements.gateway.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
fastapi
|
||||||
2
scripts/find_port.py
Normal file
2
scripts/find_port.py
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
print(8000)
|
||||||
1
worker/Dockerfile
Normal file
1
worker/Dockerfile
Normal file
@ -0,0 +1 @@
|
|||||||
|
FROM nvidia/cuda:12.1.0-runtime-ubuntu22.04
|
||||||
1
worker/main.py
Normal file
1
worker/main.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
print('worker start')
|
||||||
1
worker/requirements.worker.txt
Normal file
1
worker/requirements.worker.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
TTS
|
||||||
Reference in New Issue
Block a user