Working version with new streaming and DB
This commit is contained in:
parent
c20d54d037
commit
c418221575
8 changed files with 302 additions and 37 deletions
|
|
@ -6,7 +6,7 @@ WORKDIR /app
|
|||
|
||||
# Upgrade pip and install Python dependencies
|
||||
RUN python -m pip install --upgrade pip && \
|
||||
pip install --no-cache-dir fastapi uvicorn pydantic websockets databases[postgresql] sqlalchemy alembic
|
||||
pip install --no-cache-dir fastapi uvicorn pydantic websockets databases[postgresql] sqlalchemy alembic psycopg2-binary
|
||||
|
||||
# Copy application code
|
||||
COPY static/ /app/static/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue