1 Star 0 Fork 6

alphabstc/quantum

forked from Gitee 极速下载/quantum 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 497 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chris Granade 提交于 2019-12-19 05:05 +08:00 . Create new Docker publishing workflow. (#282)
# This uses the latest Docker image built from the samples repository,
# defined by the Dockerfile in Build/images/samples.
FROM mcr.microsoft.com/quantum/samples:latest
# Mark that this Dockerfile is used with the samples repository.
ENV IQSHARP_HOSTING_ENV=SAMPLES_HOSTED
# Make sure the contents of our repo are in ${HOME}.
# These steps are required for use on mybinder.org.
USER root
COPY . ${HOME}
RUN chown -R ${USER} ${HOME}
# Finish by dropping back to the notebook user.
USER ${USER}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alphabstc/quantum.git
git@gitee.com:alphabstc/quantum.git
alphabstc
quantum
quantum
master

搜索帮助