diff --git a/Dockerfile b/Dockerfile index fc8858e..f43052c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ ENV model_path="/model" EXPOSE 7860 -CMD [ "python","web_demo./py" ] \ No newline at end of file +CMD [ "python3","web_demo.py" ] \ No newline at end of file