Skip to content

Commit

Permalink
try to fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leafty committed Oct 15, 2024
1 parent ede0d88 commit 7cc202f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
########################################################
# Renku install section - do not edit #

FROM renku/renkulab-py:3.10-0.22.0 as builder
FROM renku/renkulab-py:3.10-0.24.0 as builder

# RENKU_VERSION determines the version of the renku CLI
# that will be used in this image. To find the latest version,
Expand All @@ -25,7 +25,7 @@ RUN if [ -n "$RENKU_VERSION" ] ; then \
# End Renku install section #
########################################################

FROM renku/renkulab-py:3.10-0.22.0
FROM renku/renkulab-py:3.10-0.24.0

# Uncomment and adapt if code is to be included in the image
# COPY src /code/src
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- scipy
- scikit-learn
- plotly
- torch
# - torch
- transformers
- pytorch-lightning
- matplotlib
Expand Down

0 comments on commit 7cc202f

Please sign in to comment.