Skip to content

Commit 5c2514e

Browse files
committed
Kubernetes nightly tests
1 parent 9cc638e commit 5c2514e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/tests/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ FROM pytorch/torchserve-nightly:latest-gpu
22
ARG EXAMPLE_DIR
33
USER root
44

5-
RUN apt-get install jq -y
5+
RUN apt-get update && apt-get install jq -y
66
COPY $EXAMPLE_DIR/../docker/config.properties /home/model-server/config.properties
77
USER model-server

0 commit comments

Comments
 (0)