Skip to content

Instantly share code, notes, and snippets.

@cgranade
Created January 29, 2020 19:03
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/c2e9f0e7f2128c6f4d6a467b4353836c to your computer and use it in GitHub Desktop.
Save cgranade/c2e9f0e7f2128c6f4d6a467b4353836c to your computer and use it in GitHub Desktop.
# Start from the IQ# base image. The definition for this image can be found at
# https://github.com/microsoft/iqsharp/blob/master/images/iqsharp-base/Dockerfile.
FROM mcr.microsoft.com/quantum/iqsharp-base:0.10.2001.2831
ENV IQSHARP_HOSTING_ENV=quantumcomputing-9690
# 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}
# Finish by dropping back to the notebook user.
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