chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:17:40 +08:00
commit f1825c8ceb
10096 changed files with 2364182 additions and 0 deletions
@@ -0,0 +1,9 @@
# Dockerfile used to create the docker image for `03_serving_stable_diffusion`.
FROM anyscale/ray:latest-py39-cu118
COPY requirements.txt ./
RUN pip install --no-cache-dir -U -r requirements.txt
RUN echo "Testing Ray Import..." && python -c "import ray"
RUN ray --version
@@ -0,0 +1,8 @@
accelerate==0.20.3
diffusers==0.17.1
fastapi==0.97.0
ipywidgets
matplotlib==3.7.1
numpy==1.24.3
torch==2.0.1
transformers==4.30.1