add vector db
This commit is contained in:
@@ -28,7 +28,7 @@ RUN pip install --upgrade pip && \
|
||||
WORKDIR /app
|
||||
|
||||
# Копируем только requirements.txt для кэширования слоя
|
||||
COPY offline_packages/requirements.txt /app/requirements.txt
|
||||
COPY offline_packages/test.txt /app/requirements.txt
|
||||
|
||||
# Установка зависимостей (включая GPU-версии)
|
||||
RUN pip install --no-cache-dir -r /app/requirements.txt
|
||||
@@ -37,4 +37,4 @@ RUN pip install --no-cache-dir -r /app/requirements.txt
|
||||
COPY app /app
|
||||
|
||||
# Запуск приложения
|
||||
CMD ["python", "main.py"]
|
||||
#CMD ["python", "main.py"]
|
||||
Reference in New Issue
Block a user