1 Star 0 Fork 31

马永凡/Hello 算法

forked from gsbhzh/Hello 算法 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 356 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM python:3.9.0-alpine
ENV PIP_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple
RUN pip install --upgrade pip
RUN pip install mkdocs-material==9.4.1 mkdocs-glightbox
WORKDIR /hello-algo
COPY docs ./build/docs
COPY overrides ./build/overrides
COPY mkdocs.yml ./mkdocs.yml
RUN mkdocs build
EXPOSE 8000
CMD ["mkdocs", "serve", "-a", "0.0.0.0:8000"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ma-yongfan/hello-algo.git
git@gitee.com:ma-yongfan/hello-algo.git
ma-yongfan
hello-algo
Hello 算法
main

搜索帮助