Last active
January 20, 2020 20:55
-
-
Save cgranade/36f960ba4e40f71cb2e658b6e1dc4897 to your computer and use it in GitHub Desktop.
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
# The same image used by mybinder.org | |
FROM mcr.microsoft.com/quantum/iqsharp-base:0.10.1912.0501 | |
ENV IQSHARP_HOSTING_ENV=devto-cgranade-libraries-are-wonderful | |
# Make sure the contents of our repo are in ${HOME} | |
# Required for mybinder.org | |
COPY . ${HOME} | |
USER root | |
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