Ai
4 Star 49 Fork 2

MLcore-Engine/MLcore-Engine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 334 Bytes
一键复制 编辑 原始数据 按行查看 历史
MLcore-Engine 提交于 2024-11-15 09:29 +08:00 . fix
FROM gaoxin2020/aiplatform:base
WORKDIR /app
# Copy the React project into the container
COPY ./mlcore-engine ./
# Install dependencies and build the React app
RUN cd web
RUN npm run build
RUN cd ..
RUN go mod tidy && go build -o /app/main
# Expose the port Go server will run on
EXPOSE 3000
# Run the Go app
CMD ["/app/main"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/MLcore-Engine/mlcore-engine.git
git@gitee.com:MLcore-Engine/mlcore-engine.git
MLcore-Engine
mlcore-engine
MLcore-Engine
master

搜索帮助