dnth commited on
Commit
6fb473f
·
verified ·
1 Parent(s): 6cb6a23

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -0
Dockerfile CHANGED
@@ -1,2 +1,9 @@
1
  FROM dnth/image_tagging:latest
2
 
 
 
 
 
 
 
 
 
1
  FROM dnth/image_tagging:latest
2
 
3
+
4
+ # Create the directory with the correct permissions
5
+ RUN mkdir -p /home/bentoml/bentos && \
6
+ chown -R bentoml:bentoml /home/bentoml
7
+
8
+ # Switch to the bentoml user
9
+ USER bentoml