20 Star 8 Fork 1

Gitee AI 开源/Gitee AI 文档

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 315 Bytes
一键复制 编辑 原始数据 按行查看 历史
hapboy 提交于 2024-04-30 19:33 +08:00 . chore: update docker image path
# Version from git tag or commit
VERSION := $(shell git describe --tags --always --dirty)
build:
docker buildx build --platform linux/amd64 \
-t hub.gitee.com/gitee-ai/docs:${VERSION} \
-t hub.gitee.com/gitee-ai/docs:latest \
-f ./Dockerfile \
.
push:
docker push hub.gitee.com/gitee-ai/docs:${VERSION}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gitee-ai-opensource/docs.git
[email protected]:gitee-ai-opensource/docs.git
gitee-ai-opensource
docs
Gitee AI 文档
main

搜索帮助