multimodalart HF staff commited on
Commit
653671e
1 Parent(s): 237eb1b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -104,6 +104,8 @@ RUN --mount=target=/root/packages.txt,source=packages.txt \
104
  RUN --mount=target=/root/on_startup.sh,source=on_startup.sh,readwrite \
105
  bash /root/on_startup.sh
106
 
 
 
107
  #######################################
108
  # End root user section
109
  #######################################
 
104
  RUN --mount=target=/root/on_startup.sh,source=on_startup.sh,readwrite \
105
  bash /root/on_startup.sh
106
 
107
+ RUN mkdir /data && chown user:user /data
108
+
109
  #######################################
110
  # End root user section
111
  #######################################