Skip to content

Commit

Permalink
for ghcr deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdiy0 committed Jan 21, 2025
1 parent 4914666 commit d49683f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
1 change: 0 additions & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d49683f

Please sign in to comment.