cadyderwin commited on
Commit
0f6c62f
·
verified ·
1 Parent(s): c7a22ad

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -14,5 +14,6 @@ COPY ./examples ./examples
14
  COPY ./model ./model
15
  COPY ./lib .
16
  RUN pip3 install -r requirements.txt
 
17
  CMD ["./run.sh"]
18
  EXPOSE 9000 7860
 
14
  COPY ./model ./model
15
  COPY ./lib .
16
  RUN pip3 install -r requirements.txt
17
+ RUN chmod a+x run.sh
18
  CMD ["./run.sh"]
19
  EXPOSE 9000 7860