mirror of https://github.com/THUDM/ChatGLM-6B
fix typo
parent
9b608e475b
commit
30e7e8037d
|
@ -5,4 +5,4 @@ ENV model_path="/model"
|
||||||
|
|
||||||
EXPOSE 7860
|
EXPOSE 7860
|
||||||
|
|
||||||
CMD [ "python","web_demo./py" ]
|
CMD [ "python3","web_demo.py" ]
|
Loading…
Reference in New Issue