pull/275/head
regmiao 2023-03-29 17:11:59 +08:00
parent 9b608e475b
commit 30e7e8037d
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ ENV model_path="/model"
EXPOSE 7860
CMD [ "python","web_demo./py" ]
CMD [ "python3","web_demo.py" ]