1 Star 0 Fork 0

Repetition/supply_chain_fundamentals

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.devcontainer.json 521 Bytes
一键复制 编辑 原始数据 按行查看 历史
Enrique Jimenez 提交于 2021-07-28 11:20 . Initial commit
{
"name": "nbdev_template-codespaces",
"dockerComposeFile": "docker-compose.yml",
"service": "watcher",
"settings": {"terminal.integrated.shell.linux": "/bin/bash"},
"mounts": [ "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind" ],
"forwardPorts": [4000, 8080],
"appPort": [4000, 8080],
"extensions": ["ms-python.python",
"ms-azuretools.vscode-docker"],
"runServices": ["notebook", "jekyll", "watcher"],
"postStartCommand": "pip install -e ."
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/repe/supply_chain_fundamentals.git
git@gitee.com:repe/supply_chain_fundamentals.git
repe
supply_chain_fundamentals
supply_chain_fundamentals
master

搜索帮助