Skip to content
Snippets Groups Projects
Select Git revision
  • 9d86dbd6838f5c058514bd1c8059be15bfbdb638
  • master default protected
  • use-cloud-bootstrap
  • bump-arkindex-base-worker
  • cache-use-arkindex-export
  • 0.2.0
  • 0.2.0-rc1
  • 0.1.2
  • 0.1.1
  • 0.1.0
  • 0.1.0rc2
  • 0.1.0rc1
12 results

Makefile

Blame
  • Dockerfile 166 B
    FROM python:3.11-slim
    
    WORKDIR /src
    
    # Install worker as a package
    COPY worker_file_import worker_file_import
    COPY pyproject.toml ./
    RUN pip install . --no-cache-dir