Skip to content
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

Adding conda image to docker registry and CI fix #54

Merged
merged 31 commits into from
Aug 26, 2024
Merged

Conversation

Soap2G
Copy link
Collaborator

@Soap2G Soap2G commented Aug 13, 2024

Closes #56

Update of the Docker image

Image was updated to build a venv on top of the environment.yml file.

Update of the environment.yml file

Related to #52
File was updated including a few missing dependencies and adding fixed versions for preservation:

- aiohttp==3.9.5
- awkward==2.6.7
- coffea==0.7.0
- ipykernel==6.29.5
- jupyter==1.0.0
- lmfit==1.3.2
- matplotlib==3.9.1
- metakernel==0.30.2
- numpy==1.26.4
- pandas==2.2.2
- papermill==2.6.0
- pip==24.2
- root_base==6.32.2
- scikit-learn==1.5.1
- uproot==5.3.10
- uproot3==3.14.4

Update of the main pipeline

Related to #51
Now the check of all the notebooks triggers on pushes to main, and not on single commits.

Giovanni Guerrieri and others added 12 commits August 13, 2024 11:34
* Moving environment.yml for binder

Thanks to the friendly help over here:

https://discourse.jupyter.org/t/binder-spawn-failed/27538/3

* Adding aiohttp

In this notebook:

https://github.com/atlas-outreach-data-tools/notebooks-collection-opendata/blob/master/13-TeV-examples/uproot_python/HZZAnalysis.ipynb

We require aiohttp and say that the install lines aren't necessary on
mybinder, so we should make sure the package is included in our setup.

---------

Co-authored-by: Zach Marshall <[email protected]>
@Soap2G Soap2G self-assigned this Aug 13, 2024
@Soap2G Soap2G marked this pull request as ready for review August 15, 2024 09:15
@Soap2G Soap2G requested a review from a team as a code owner August 15, 2024 09:15
@Soap2G Soap2G added enhancement New feature or request automation CI/CD related improvement labels Aug 15, 2024
@Soap2G Soap2G changed the title Adding conda image to docker registry Adding conda image to docker registry and CI fix Aug 15, 2024
@Soap2G
Copy link
Collaborator Author

Soap2G commented Aug 15, 2024

Added also --log-level ERROR to address #53.

@Soap2G Soap2G requested a review from zlmarshall August 21, 2024 14:08
@Soap2G Soap2G merged commit aaee502 into master Aug 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation CI/CD related improvement enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple upgrades on CI/CD and Docker images
2 participants