Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj committed Jan 19, 2025
1 parent c2b60ae commit 25414a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openhands/runtime/utils/runtime_templates/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ RUN \
/openhands/micromamba/bin/micromamba run -n openhands poetry config virtualenvs.path /openhands/poetry && \
/openhands/micromamba/bin/micromamba run -n openhands poetry env use python3.12 && \
# Install project dependencies
{% if 'smartmanoj' in base_image %}
{%- if 'smartmanoj' in base_image %}
/openhands/micromamba/bin/micromamba run -n openhands poetry run pip install https://github.com/SmartManoj/Kevin/raw/924cad563282c3c054c2eae365c1d2091742db0f/pylcs-0.1.1-cp312-cp312-linux_x86_64.whl && \
# remove pylcs = "^0.1.1" from pyproject.toml
sed -i '/pylcs = "^0.1.1"/d' /openhands/code/pyproject.toml && \
/openhands/micromamba/bin/micromamba run -n openhands poetry lock --no-update && \
{% endif %}
{%- endif %}
/openhands/micromamba/bin/micromamba run -n openhands poetry install --only main,runtime --no-interaction --no-root && \
# Update and install additional tools
apt-get update && \
Expand Down

0 comments on commit 25414a9

Please sign in to comment.