Skip to content
Snippets Groups Projects
Select Git revision
  • 86304d31783c43a8715a35f9aafb15f39de81436
  • master default protected
  • bump-pytest-mock
  • bump-pytest
  • bump-requests
  • bump-tenacity
  • bump-typesystem
  • bump-apistar
  • generate-doc-worker-workerversion-endpoints
  • import_files
  • 1.1.5
  • 1.1.4
  • 1.1.3
  • 1.1.2
  • 1.1.1
  • 1.1.0
  • 1.0.16
  • 1.0.15
  • 1.0.14
  • 1.0.13
  • 1.0.12
  • 1.0.11
  • 1.0.10
  • 1.0.9
  • 1.0.8
  • 1.0.7
  • 1.0.6
  • 1.0.5
  • 1.0.4
  • 1.0.3
30 results

schema.yml

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