This commit is contained in:
Xinyi Joffre 2023-05-02 18:19:52 -07:00 коммит произвёл GitHub
Родитель e446e3efc8
Коммит 93a222a271
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -59,7 +59,7 @@ Note that when building IQ# from source, this repository is configured so that .
This repository provides a [Dockerfile](./images/iqsharp-base/Dockerfile) that includes the .NET SDK, Python, Jupyter Notebook, and the IQ# kernel.
The image built from this Dockerfile is hosted on the [Microsoft Container Registry](https://github.com/microsoft/ContainerRegistry) as the `quantum/iqsharp-base` repository.
The `iqsharp-base` image can be used, for instance, to quickly enable using [Binder](https://gke.mybinder.org/) with Q#-language repositories, or as a base image for [Visual Studio Code Development Containers](https://code.visualstudio.com/docs/remote/containers).
The `iqsharp-base` image can be used, for instance, to quickly enable using [Binder](https://mybinder.org/) with Q#-language repositories, or as a base image for [Visual Studio Code Development Containers](https://code.visualstudio.com/docs/remote/containers).
To use the `iqsharp-base` image in your own Dockerfile, make sure to begin your Dockerfile with a `FROM` line that points to the Microsoft Container Registry: