chore: import upstream snapshot with attribution
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user