Update Dockerfile
Browse files- 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
|