From d49683f125cb1fdae7fe98895158c9581a30c14a Mon Sep 17 00:00:00 2001 From: itsdiy0 Date: Tue, 21 Jan 2025 06:56:14 +0000 Subject: [PATCH] for ghcr deployment --- backend/Dockerfile | 1 + backend/requirements.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 2412e54..25d3b06 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -2,6 +2,7 @@ FROM python:3.11-slim WORKDIR /app COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt +RUN pip install httomolibgpu --no-deps COPY . . EXPOSE 8000 CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"] \ No newline at end of file diff --git a/backend/requirements.txt b/backend/requirements.txt index 7c2caa0..5df57b3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,6 @@ fastapi==0.115.6 fastapi-cli==0.0.7 h11==0.14.0 httomolib==2.2 -httomolibgpu==2.3.1 httpcore==1.0.7 httptools==0.6.4 httpx==0.28.1