Skip to content

Commit 01bdd2b

Browse files
committed
fix(model-server): ignite failed to start because of missing permissions
It couldn't create the directory `/usr/modelix-model/ignite/work`.
1 parent 59ca7b6 commit 01bdd2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

model-server/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM registry.access.redhat.com/ubi8/openjdk-11:1.21-1.1733300800
2+
USER root
23
WORKDIR /usr/modelix-model
34
EXPOSE 28101
45
HEALTHCHECK CMD curl --fail http://localhost:28101/health || exit 1

0 commit comments

Comments
 (0)