Skip to content

Instantly share code, notes, and snippets.

@cgranade
Last active January 20, 2020 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cgranade/36f960ba4e40f71cb2e658b6e1dc4897 to your computer and use it in GitHub Desktop.
Save cgranade/36f960ba4e40f71cb2e658b6e1dc4897 to your computer and use it in GitHub Desktop.
# 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}
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment