Skip to content

Commit

Permalink
install extra models (goeckslab#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
qchiujunhao authored Jul 19, 2024
1 parent 2207ffd commit 15af86e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ RUN apt-get update && \

# Install Python packages
RUN pip install -U pip && \
pip install --no-cache-dir --no-compile 'git+https://github.com/goeckslab/smart-report.git@17df590f3ceb065add099f37b4874c85bd275014' && \
pip install --no-cache-dir --no-compile pycaret==${VERSION} && \
pip install --no-cache-dir --no-compile pycaret[models]==${VERSION} && \
pip install --no-cache-dir --no-compile explainerdashboard

# Clean up unnecessary packages
Expand Down

0 comments on commit 15af86e

Please sign in to comment.