Skip to content

Commit

Permalink
📌(notebook) pin Jupyter Docker image
Browse files Browse the repository at this point in the history
Enhance reproducibility by pinning the Jupyter Docker image
  • Loading branch information
lebaudantoine committed Sep 28, 2023
1 parent 7980774 commit 6b87163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jupyter/base-notebook
FROM jupyter/scipy-notebook:2023-09-25

RUN pip install --upgrade pip

Expand Down
2 changes: 1 addition & 1 deletion notebook/notebooks/benchmark_aggregation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jupyter:
---

```python
!pip install pandas ralph-malph==3.7.0 more_itertools httpx
!pip install ralph-malph==3.7.0 more_itertools httpx
```

```python
Expand Down

0 comments on commit 6b87163

Please sign in to comment.