using new version of zstd
This commit is contained in:
@@ -24,8 +24,7 @@ WORKDIR /execute
|
|||||||
ADD ./backend/requirements.txt /execute/requirements.txt
|
ADD ./backend/requirements.txt /execute/requirements.txt
|
||||||
RUN uv pip install --no-cache --system -r /execute/requirements.txt
|
RUN uv pip install --no-cache --system -r /execute/requirements.txt
|
||||||
|
|
||||||
RUN git clone https://github.com/domysh/brotli && cd brotli && pip install . && cd .. && rm -rf brotli && \
|
RUN git clone https://github.com/domysh/brotli && cd brotli && pip install . && cd .. && rm -rf brotli
|
||||||
git clone https://github.com/domysh/python-zstd --recurse && cd python-zstd && pip install . && cd .. && rm -rf python-zstd
|
|
||||||
|
|
||||||
COPY ./fgex-lib /execute/fgex-lib
|
COPY ./fgex-lib /execute/fgex-lib
|
||||||
RUN uv pip install --no-cache --system ./fgex-lib
|
RUN uv pip install --no-cache --system ./fgex-lib
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
typer==0.15.2
|
typer==0.15.2
|
||||||
pydantic>=2
|
pydantic>=2
|
||||||
typing-extensions>=4.7.1
|
typing-extensions>=4.7.1
|
||||||
zstd # waiting for pull request to be merged
|
zstd
|
||||||
brotli # waiting for pull request to be merged
|
brotli # waiting for pull request to be merged
|
||||||
watchfiles
|
watchfiles
|
||||||
fgex
|
fgex
|
||||||
|
|||||||
Reference in New Issue
Block a user