Skip to content

Commit

Permalink
fix/udpate-pdm-version-docker-file (#504)
Browse files Browse the repository at this point in the history
* udpate version on docker file

* upgrading pdm.lock with pdm version 2.16.1
  • Loading branch information
kirtimanmishrazipstack authored Jul 29, 2024
1 parent e913dd7 commit c56f93a
Show file tree
Hide file tree
Showing 12 changed files with 764 additions and 612 deletions.
4 changes: 2 additions & 2 deletions backend/pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docker/dockerfiles/backend.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV PYTHONPATH /unstract
ENV BUILD_CONTEXT_PATH backend
ENV BUILD_PACKAGES_PATH unstract
ENV DJANGO_SETTINGS_MODULE "backend.settings.dev"
ENV PDM_VERSION 2.12.3
ENV PDM_VERSION 2.16.1

# Disable all telemetry by default
ENV OTEL_TRACES_EXPORTER none
Expand Down
2 changes: 1 addition & 1 deletion docker/dockerfiles/document.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV PYTHONUNBUFFERED=1

ENV BUILD_CONTEXT_PATH document-service
ENV PYTHON_VERSION 3.9
ENV PDM_VERSION 2.12.3
ENV PDM_VERSION 2.16.1

RUN DEBIAN_FRONTEND=noninteractive apt-get update; \
apt-get --no-install-recommends install -y \
Expand Down
2 changes: 1 addition & 1 deletion docker/dockerfiles/platform.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV PYTHONPATH /unstract

ENV BUILD_CONTEXT_PATH platform-service
ENV BUILD_PACKAGES_PATH unstract
ENV PDM_VERSION 2.12.3
ENV PDM_VERSION 2.16.1

RUN pip install --no-cache-dir -U pip pdm~=${PDM_VERSION}; \
\
Expand Down
2 changes: 1 addition & 1 deletion docker/dockerfiles/prompt.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV PYTHONPATH /unstract
ENV BUILD_CONTEXT_PATH prompt-service
ENV BUILD_PACKAGES_PATH unstract
ENV TARGET_PLUGINS_PATH src/unstract/prompt_service/plugins
ENV PDM_VERSION 2.12.3
ENV PDM_VERSION 2.16.1

RUN apt-get update; \
apt-get --no-install-recommends install -y \
Expand Down
2 changes: 1 addition & 1 deletion docker/dockerfiles/worker.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV PYTHONPATH /unstract

ENV BUILD_CONTEXT_PATH worker
ENV BUILD_PACKAGES_PATH unstract
ENV PDM_VERSION 2.12.3
ENV PDM_VERSION 2.16.1

RUN apt-get update \
&& apt-get --no-install-recommends install -y docker \
Expand Down
2 changes: 1 addition & 1 deletion docker/dockerfiles/x2text.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1

ENV BUILD_CONTEXT_PATH x2text-service
ENV PDM_VERSION 2.12.3
ENV PDM_VERSION 2.16.1

RUN pip install --no-cache-dir -U pip pdm~=${PDM_VERSION}; \
\
Expand Down
119 changes: 75 additions & 44 deletions document-service/pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c56f93a

Please sign in to comment.