-
Notifications
You must be signed in to change notification settings - Fork 3
Aggiornamento struttura e appunti vari #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…tallare le dipendenze
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the repository structure and documentation to support a Conda environment alongside the existing Docker setup, and it adds various laboratory notes and explanations.
- Added instructions for setting up a Conda development environment.
- Updated the Docker documentation and modified the Dockerfile to install dependencies from requirements-docker.txt.
Reviewed Changes
Copilot reviewed 2 out of 42 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Added a section for setting up a Conda environment and updated the Docker instructions to reference requirements-docker.txt. |
| Dockerfile | Replaced the previous copy & install sequence with a RUN command to copy and install dependencies from requirements-docker.txt. |
Comments suppressed due to low confidence (1)
README.md:20
- [nitpick] Consider adding a brief note explaining any differences in usage between the Conda and Docker environments to ensure clear guidance for users.
This project sets up a development environment using [Jupyter Notebook](https://jupyter.org) on Docker. The container is based on `jupyter/minimal-notebook` image, and, has some useful packages (check `requirements-docker.txt`), allowing you to develop quantum programs locally and execute them inside the container.
Sistemata la struttura generale della repository, aggiungendo il supporto per ambiente Conda e aggiornata la documentazione per l'ambiente Docker. Inoltre, sono stati aggiunti i vari laboratori con note e spiegazioni.