mirror of
https://github.com/karpathy/nanochat.git
synced 2026-05-10 01:40:17 +00:00
Merge pull request #25 from manmohan659/fix/docker-deps
fix(docker): add missing deps to auth and chat-api Dockerfiles
This commit is contained in:
commit
8885f52ba1
|
|
@ -29,7 +29,9 @@ RUN uv pip install --system --no-cache \
|
|||
"pyjwt>=2.9.0" \
|
||||
"cryptography>=43.0.0" \
|
||||
"slowapi>=0.1.9" \
|
||||
"python-multipart>=0.0.9"
|
||||
"python-multipart>=0.0.9" \
|
||||
"structlog>=24.4.0" \
|
||||
"prometheus-fastapi-instrumentator>=7.0.0"
|
||||
|
||||
COPY src /app/src
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,8 @@ RUN uv pip install --system --no-cache \
|
|||
"httpx>=0.27.0" \
|
||||
"sse-starlette>=2.1.3" \
|
||||
"structlog>=24.4.0" \
|
||||
"cachetools>=5.5.0"
|
||||
"cachetools>=5.5.0" \
|
||||
"prometheus-fastapi-instrumentator>=7.0.0"
|
||||
|
||||
COPY src /app/src
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user