Skip to content

Commit 1d717fb

Browse files
authored
fix: install pandas in titanic example (#372)
Signed-off-by: ThibaultFy <50656860+ThibaultFy@users.noreply.github.com>
1 parent f849714 commit 1d717fb

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Missing install in titanic example ([#372](https://github.com/Substra/substra-documentation/pull/372))
13+
1014
## [0.33.0]
1115

1216
### Changed

docs/source/examples/substra_core/titanic_example/assets/metric/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM ghcr.io/substra/substra-tools:0.21.0-nvidiacuda11.8.0-base-ubuntu22.04-python3.9
33

44
# install dependencies
5-
RUN pip3 install scikit-learn==1.0.2
5+
RUN pip3 install pandas numpy 'scikit-learn==1.1.1'
66

77
# add your metrics script to docker image
88
ADD titanic_metrics.py .

0 commit comments

Comments
 (0)