multimodalart HF staff commited on
Commit
b4533e1
1 Parent(s): 2d23c5b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -71,6 +71,8 @@ RUN --mount=target=/root/packages.txt,source=packages.txt \
71
  RUN --mount=target=/root/on_startup.sh,source=on_startup.sh,readwrite \
72
  bash /root/on_startup.sh
73
 
 
 
74
  #######################################
75
  # End root user section
76
  #######################################
 
71
  RUN --mount=target=/root/on_startup.sh,source=on_startup.sh,readwrite \
72
  bash /root/on_startup.sh
73
 
74
+ RUN mkdir /data && chown user:user /data
75
+
76
  #######################################
77
  # End root user section
78
  #######################################