File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ WORKDIR /app/
2323
2424ARG NPDI_API_PORT=5000
2525
26- RUN pip3 install --upgrade pip
26+ RUN --mount=type=cache,target=/root/.cache/pip,from=pip_cache pip3 install --upgrade pip
2727
2828COPY requirements/ requirements/
2929
30- RUN pip3 install -r requirements/dev_unix.txt
30+ RUN --mount=type=cache,target=/root/.cache/pip,from=pip_cache pip3 install -r requirements/dev_unix.txt
3131COPY . .
3232
3333ENV PORT=$NPDI_API_PORT
Original file line number Diff line number Diff line change @@ -34,3 +34,4 @@ ua-parser
3434ujson
3535neo4j
3636neomodel==5.3.3
37+ pyzmq==26.2.1
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.12
2+ # This file is autogenerated by pip-compile with Python 3.13
33# by the following command:
44#
55# pip-compile requirements/dev_unix.in
@@ -58,9 +58,7 @@ certifi==2024.2.2
5858 # httpx
5959 # requests
6060cffi==1.16.0
61- # via
62- # argon2-cffi-bindings
63- # bcrypt
61+ # via argon2-cffi-bindings
6462charset-normalizer==3.3.2
6563 # via requests
6664click==8.1.7
@@ -379,8 +377,9 @@ pyyaml==6.0.1
379377 # via
380378 # -r requirements/_core.in
381379 # jupyter-events
382- pyzmq==25.1.2
380+ pyzmq==26.2.1
383381 # via
382+ # -r requirements/_core.in
384383 # ipykernel
385384 # jupyter-client
386385 # jupyter-console
You can’t perform that action at this time.
0 commit comments