Skip to content

Instantly share code, notes, and snippets.

@crazy4pi314
Last active June 11, 2020 00:53
Show Gist options
  • Save crazy4pi314/516936ac7777660d2694eb9d7f957263 to your computer and use it in GitHub Desktop.
Save crazy4pi314/516936ac7777660d2694eb9d7f957263 to your computer and use it in GitHub Desktop.
ControlledOnBitString-behavior-sample
Display the source blob
Display the rendered blob
Raw
Loading
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.11.2006.403
ENV IQSHARP_HOSTING_ENV=sckaiser-ctlonbitstring-bug
# 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}
RUN pip install rise
# Finish by dropping back to the notebook user.
USER ${USER}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment