Skip to content

Commit

Permalink
Merge pull request #218 from aiarena/add-river-package
Browse files Browse the repository at this point in the history
Add river online ML package
  • Loading branch information
lladdy authored Mar 2, 2025
2 parents 1d1eeb6 + d354f57 commit 3fdfdd4
Show file tree
Hide file tree
Showing 3 changed files with 1,721 additions and 1,439 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.bot
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ COPY pyproject.toml poetry.lock ./

# # Merge client and bot requirements into pyproject.toml, generate a requirements.txt and install the packages globally
RUN pip install --upgrade --no-cache-dir pip && \
pip install --no-cache-dir poetry \
pip install --no-cache-dir "poetry<2.0.0" \
# Allows the final remove virtual env command
&& poetry config virtualenvs.in-project true \
# Export unified requirements as requirements.txt, this will not include dev dependencies
Expand Down
Loading

0 comments on commit 3fdfdd4

Please sign in to comment.