Skip to content

Commit

Permalink
don't use build context, update pyzmq requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Yavorsky committed Feb 5, 2025
1 parent 76af8c2 commit 6c518ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ WORKDIR /app/

ARG NPDI_API_PORT=5000

RUN pip3 install --upgrade pip
RUN --mount=type=cache,target=/root/.cache/pip,from=pip_cache pip3 install --upgrade pip

COPY requirements/ requirements/

RUN pip3 install -r requirements/dev_unix.txt
RUN --mount=type=cache,target=/root/.cache/pip,from=pip_cache pip3 install -r requirements/dev_unix.txt
COPY . .

ENV PORT=$NPDI_API_PORT
Expand Down
1 change: 1 addition & 0 deletions requirements/_core.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ ua-parser
ujson
neo4j
neomodel==5.3.3
pyzmq==26.2.1
9 changes: 4 additions & 5 deletions requirements/dev_unix.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile requirements/dev_unix.in
Expand Down Expand Up @@ -58,9 +58,7 @@ certifi==2024.2.2
# httpx
# requests
cffi==1.16.0
# via
# argon2-cffi-bindings
# bcrypt
# via argon2-cffi-bindings
charset-normalizer==3.3.2
# via requests
click==8.1.7
Expand Down Expand Up @@ -379,8 +377,9 @@ pyyaml==6.0.1
# via
# -r requirements/_core.in
# jupyter-events
pyzmq==25.1.2
pyzmq==26.2.1
# via
# -r requirements/_core.in
# ipykernel
# jupyter-client
# jupyter-console
Expand Down

0 comments on commit 6c518ec

Please sign in to comment.