| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| COPY README.md /README.md | ||
| COPY requirements.txt /requirements.txt | ||
| COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv | ||
|
|
There was a problem hiding this comment.
we can try using multi-stage docker builds, please check this https://ashishb.net/programming/using-python-uv-inside-docker/
Sorry, something went wrong.
| # httpx | ||
| # starlette | ||
| certifi==2025.7.14 | ||
| certifi==2026.5.20 |
There was a problem hiding this comment.
package uses uv.lock to install in new docker using uv sync --frozen --no-dev --no-install-project instead of requirements.xtxt
please run uv lock --upgrade
these packages will be upgraded to new versions:
anyio
certifi
click
fastapi
idna
pydantic
pydantic-core
selectolax
starlette
typing-extensions
typing-inspection
uvicorn
annotated-doc
Sorry, something went wrong.
| COPY app ./app | ||
| COPY README.md ./ | ||
|
|
||
| CMD ["uv", "run", "python", "-m", "app.app"] |
There was a problem hiding this comment.
uv run tries to sync again after uv sync --frozen --no-dev --no-install-project
this issue can be solved using the multi stage docker implementation
Sorry, something went wrong.
|
This PR is closed because all changes have been absorbed into #151 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
📌 Description
🧱 Type of Change
🧪 How Has This Been Tested?
✅ Checklist
🛠️ Affected API Behaviour
🧩 Models
(none)
🐳 DevOps & Config
📊 Benchmarks & Analysis
(none)
🧠 Additional Notes
datetime.now(pytz.timezone("Asia/Kolkata")).