This commit is contained in:
2024-08-09 22:46:20 -04:00
parent 03f14248e9
commit d915a0dfd4
13 changed files with 113 additions and 15 deletions
+5
View File
@@ -6,6 +6,11 @@ COPY docker_dev/quant/requirements.txt /
RUN pip install --upgrade pip
RUN pip install -r /requirements.txt
RUN apt-get update && apt-get install -y \
apt-utils \
libpq-dev \
build-essential
COPY cvttpy /cvttpy
COPY docker_dev/quant/.creds /.creds