Spaces:
Paused
Paused
FROM xprobe/xinference:latest-cpu | |
RUN mkdir /.cache && chmod 777 /.cache \ | |
&& mkdir /.xinference && chmod 777 /.xinference \ | |
&& mkdir /.xoscar && chmod 777 /.xoscar | |
EXPOSE 9997 | |
# 指定容器启动时运行的命令 | |
CMD ["xinference-local", "--host", "0.0.0.0", "--port", "9997"] |