Skip to content

Instantly share code, notes, and snippets.

@cgranade
Last active January 22, 2020 05:04
Show Gist options
  • Save cgranade/471654e721ff80ca8de8c80a954f6d20 to your computer and use it in GitHub Desktop.
Save cgranade/471654e721ff80ca8de8c80a954f6d20 to your computer and use it in GitHub Desktop.
Reproduction for `long?` bug
# The same image used by mybinder.org
FROM mcr.microsoft.com/quantum/iqsharp-base:0.10.1912.0501
ENV IQSHARP_HOSTING_ENV=cgranade-longq-bug-repro
# 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
Loading
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