Skip to content

Commit

Permalink
update substra-tools image version (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorel authored Jan 21, 2020
1 parent 2eedb4c commit 16d39a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/compute_plan/assets/algo_sgd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# this base image works in both CPU and GPU enabled environments
FROM substrafoundation/substra-tools:0.2.0
FROM substrafoundation/substra-tools:0.4.0

# install dependencies
RUN pip3 install pandas numpy sklearn pillow scipy keras
Expand Down
2 changes: 1 addition & 1 deletion examples/titanic/assets/algo_constant/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# this base image works in both CPU and GPU enabled environments
FROM substrafoundation/substra-tools:0.2.0
FROM substrafoundation/substra-tools:0.4.0

# install dependencies
RUN pip3 install pandas numpy sklearn pillow scipy keras
Expand Down
2 changes: 1 addition & 1 deletion examples/titanic/assets/algo_random_forest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# this base image works in both CPU and GPU enabled environments
FROM substrafoundation/substra-tools:0.2.0
FROM substrafoundation/substra-tools:0.4.0

# install dependencies
RUN pip3 install pandas numpy sklearn pillow scipy keras
Expand Down
2 changes: 1 addition & 1 deletion examples/titanic/assets/objective/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# this base image works in both CPU and GPU enabled environments
FROM substrafoundation/substra-tools:0.2.0
FROM substrafoundation/substra-tools:0.4.0

# install dependencies
RUN pip3 install sklearn
Expand Down

0 comments on commit 16d39a5

Please sign in to comment.