first commit
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM ai-modelscope:v1.0
|
||||
WORKDIR /code
|
||||
COPY . /code
|
||||
|
||||
# 运行网站
|
||||
CMD ["uvicorn", "main:app", "--proxy-headers","--host", "0.0.0.0", "--port", "9741"]
|
||||
Reference in New Issue
Block a user