We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c86a2 commit 4b8169aCopy full SHA for 4b8169a
Dockerfile
@@ -31,8 +31,8 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
31
32
RUN /caikit/.venv/bin/pip install --no-cache-dir "urllib3>=2.6.0"
33
34
-RUN /caikit/.venv/bin/pip install --no-cache-dir "fastapi==0.123.7" "starlette>=0.49.1,<0.51.0"
35
-
+RUN /caikit/.venv/bin/pip install --no-cache-dir \
+ "fastapi==0.123.7" "starlette>=0.49.1,<0.51.0" "aiohttp>=3.13.3,<4.0.0"
36
RUN groupadd --system caikit --gid 1001 && \
37
adduser --system --uid 1001 --gid 0 --groups caikit \
38
--create-home --home-dir /caikit --shell /sbin/nologin \
0 commit comments