Spaces:
Sleeping
Sleeping
dependencies
Browse files- Dockerfile +0 -13
- requirements.txt +1 -2
Dockerfile
DELETED
@@ -1,13 +0,0 @@
|
|
1 |
-
FROM python:3.10-slim
|
2 |
-
|
3 |
-
WORKDIR /app
|
4 |
-
|
5 |
-
COPY requirements.txt /app/requirements.txt
|
6 |
-
|
7 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
8 |
-
|
9 |
-
COPY . /app
|
10 |
-
|
11 |
-
EXPOSE 7860
|
12 |
-
|
13 |
-
CMD ["python", "app.py"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
torch==2.2.0
|
3 |
transformers==4.47.1
|
4 |
-
diffusers==0.
|
5 |
-
huggingface-hub==0.25.2
|
6 |
accelerate==1.2.1
|
7 |
numpy==1.26.4
|
8 |
gradio
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
torch==2.2.0
|
3 |
transformers==4.47.1
|
4 |
+
diffusers==0.31.0
|
|
|
5 |
accelerate==1.2.1
|
6 |
numpy==1.26.4
|
7 |
gradio
|