Fix main path

This commit is contained in:
itqop 2024-10-23 00:03:04 +03:00
parent 346093fbcd
commit 82d393b604
1 changed files with 2 additions and 0 deletions

View File

@ -18,9 +18,11 @@ RUN pip install --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
RUN pip install torch --index-url https://download.pytorch.org/whl/cpu RUN pip install torch --index-url https://download.pytorch.org/whl/cpu
# Копирование исходного кода # Копирование исходного кода
COPY app /app COPY app /app
ENV PYTHONPATH=/app
# Экспонирование порта # Экспонирование порта
EXPOSE 8002 EXPOSE 8002