1 Star 0 Fork 0

zg101 / Quantum

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 497 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
# 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}
1
https://gitee.com/zg101101/Quantum.git
git@gitee.com:zg101101/Quantum.git
zg101101
Quantum
Quantum
main

搜索帮助

14c37bed 8189591 565d56ea 8189591