phuochungus commited on
Commit
ebe4c3b
1 Parent(s): 49d655e

Update Dockerfile to make download.sh executable

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ COPY --chown=user . .
24
  #DOWNLOAD MODEL
25
  ENV MODEL_URL=https://hdfxssmjuydwfwarxnfe.supabase.co/storage/v1/object/public/model/best20231112.onnx
26
 
27
- RUN ./model/download.sh
28
 
29
  EXPOSE 3000
30
 
 
24
  #DOWNLOAD MODEL
25
  ENV MODEL_URL=https://hdfxssmjuydwfwarxnfe.supabase.co/storage/v1/object/public/model/best20231112.onnx
26
 
27
+ RUN chmod 777 ./model/download.sh && ./model/download.sh
28
 
29
  EXPOSE 3000
30