Skip to content

Instantly share code, notes, and snippets.

@cgranade
Created September 4, 2020 16:53
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/b8cefb19b63154f343c790c035a8e161 to your computer and use it in GitHub Desktop.
Save cgranade/b8cefb19b63154f343c790c035a8e161 to your computer and use it in GitHub Desktop.
qcstackexchange-13581
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.
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