We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc638e commit 5c2514eCopy full SHA for 5c2514e
kubernetes/tests/docker/Dockerfile
@@ -2,6 +2,6 @@ FROM pytorch/torchserve-nightly:latest-gpu
2
ARG EXAMPLE_DIR
3
USER root
4
5
-RUN apt-get install jq -y
+RUN apt-get update && apt-get install jq -y
6
COPY $EXAMPLE_DIR/../docker/config.properties /home/model-server/config.properties
7
USER model-server
0 commit comments