We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6147fae commit 4adeb21Copy full SHA for 4adeb21
Dockerfile
@@ -28,7 +28,11 @@ COPY caikit.yml /caikit/config/caikit.yml
28
29
ENV VIRTUAL_ENV=/caikit/.venv
30
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
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