Created
September 4, 2020 16:53
-
-
Save cgranade/b8cefb19b63154f343c790c035a8e161 to your computer and use it in GitHub Desktop.
qcstackexchange-13581
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM mcr.microsoft.com/quantum/iqsharp-base:0.12.20082513 | |
ENV IQSHARP_HOSTING_ENV=qcstackexchange-13581 | |
# 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} | |
USER ${USER} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment