Skip to content

Commit 9cc638e

Browse files
committedMar 12, 2024·
Kubernetes nightly tests
1 parent e6051ef commit 9cc638e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎kubernetes/tests/docker/Dockerfile

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.