1 Star 0 Fork 0

xiaonian0430/ai-text-classification

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 377 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaonian0430 提交于 2021-12-17 17:17 . Update docker-compose.yml
version: '3.4'
services:
tf_serving:
image: tensorflow/serving
container_name: tf_serving
restart: always
ports:
- "8501:8501"
environment:
MODEL_NAME: muti_label_model
volumes:
- ./tf_serving_model:/models
networks:
default:
ipv4_address: 172.19.0.10
networks:
default:
external:
name: docker_network
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaonian0430/ai-text-classification.git
git@gitee.com:xiaonian0430/ai-text-classification.git
xiaonian0430
ai-text-classification
ai-text-classification
master

搜索帮助