Skip to content

Commit

Permalink
no longer need to install edx-search from fork
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Oct 29, 2024
1 parent 0874b2f commit 3b5ab26
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tutor/templates/build/openedx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,6 @@ RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
# Install scorm xblock
RUN pip install "openedx-scorm-xblock>=18.0.0,<19.0.0"

# Install edx-search fork with meilisearch engine
# TODO this should be a temporary change for the duration of the Sumac branch testing.
# After that, the corresponding change should have been merged in edx-search and the
# package upgraded in edx-platform (sumac release branch).
RUN pip install git+https://github.com/regisb/edx-search@regisb/meilisearch#edx-search

{% for extra_requirements in OPENEDX_EXTRA_PIP_REQUIREMENTS %}
RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install '{{ extra_requirements }}'
Expand Down

0 comments on commit 3b5ab26

Please sign in to comment.