Skip to content

Commit 58c51d2

Browse files
committed
Install kubernetes python library on launcher dockerfile
1 parent e4dc7da commit 58c51d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfiles/Dockerfile.launcher.benchmark

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55

66
COPY inference_server/launcher/launcher.py inference_server/launcher/gputranslator.py /app/
77

8-
# Install uvicorn for serving the launcher API and nvidia-ml-py for gputranslator
9-
RUN pip install --root-user-action=ignore --no-cache-dir uvicorn nvidia-ml-py
8+
# Install uvicorn for serving the launcher API, nvidia-ml-py for gputranslator and kubernetes
9+
RUN pip install --root-user-action=ignore --no-cache-dir uvicorn nvidia-ml-py kubernetes
1010

1111
ENTRYPOINT ["uvicorn", "--app-dir", "/app", "launcher:app"]

0 commit comments

Comments
 (0)