triton-setp

This commit is contained in:
Untone 2024-09-27 00:12:15 +03:00
parent 4f8fdd71bb
commit 1f92c65595

View File

@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
gcc \
libffi-dev \
libssl-dev
RUN pip install triton
RUN pip install --no-cache-dir -r requirements.txt \
&& rm -rf /var/lib/apt/lists/*