1 Star 0 Fork 0

千里快哉风/stoke

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 346 Bytes
一键复制 编辑 原始数据 按行查看 历史
Berkeley Churchill 提交于 2019-05-01 10:05 . Update dockerfile; adding -y
FROM stanfordpl/stoke-base:latest
MAINTAINER Berkeley Churchill (berkeley@cs.stanford.edu)
COPY . /home/stoke/stoke/
# update binaries
RUN apt-get update && apt-get upgrade -y
# compiler
RUN chown -R stoke /home/stoke/stoke && \
chmod +x /home/stoke/stoke/scripts/docker/user-setup.sh && \
/home/stoke/stoke/scripts/docker/user-setup.sh
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qlkzf/stoke.git
git@gitee.com:qlkzf/stoke.git
qlkzf
stoke
stoke
bchurchill-test

搜索帮助