Files
memind/docker/openhands-colima/Dockerfile

7 lines
246 B
Docker

FROM ghcr.io/openhands/openhands:latest
RUN /app/.venv/bin/pip install --no-cache-dir asyncpg
COPY 002.py /app/openhands/app_server/app_lifespan/alembic/versions/002.py
COPY 010.py /app/openhands/app_server/app_lifespan/alembic/versions/010.py