ваше сообщение коммита
This commit is contained in:
@@ -18,7 +18,8 @@ LABEL website="https://hb3-accelerator.com"
|
||||
|
||||
WORKDIR /app
|
||||
COPY requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
# Увеличиваем таймауты pip для медленного интернета
|
||||
RUN pip install --no-cache-dir --default-timeout=300 --retries=5 -r requirements.txt
|
||||
COPY . .
|
||||
EXPOSE 8001
|
||||
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8001"]
|
||||
Reference in New Issue
Block a user