6 lines
174 B
Plaintext
6 lines
174 B
Plaintext
FROM registry.buyusdt.xyz/ai-modelscope:latest
|
|
WORKDIR /code
|
|
COPY . /code
|
|
|
|
# 运行网站
|
|
CMD ["uvicorn", "main:app", "--proxy-headers","--host", "0.0.0.0", "--port", "9741"] |