Spaces:
Runtime error
Runtime error
Commit
·
047f1f8
1
Parent(s):
a983f3b
First commit
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
@@ -6,8 +6,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
6 |
|
7 |
COPY . .
|
8 |
|
9 |
-
mkdir -p /tmp/huggingface
|
10 |
-
chmod -R 777 /tmp/huggingface
|
11 |
-
|
12 |
-
|
13 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
6 |
|
7 |
COPY . .
|
8 |
|
|
|
|
|
|
|
|
|
9 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|