Spaces:
Runtime error
Runtime error
Commit
·
de2a392
1
Parent(s):
7f6bab7
dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -8,9 +8,6 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
8 |
|
9 |
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
10 |
|
11 |
-
# Move the Hugging Face cache directory
|
12 |
-
RUN mv ~/.cache/huggingface/transformers ~/.cache/huggingface-tmp || true
|
13 |
-
|
14 |
COPY . .
|
15 |
|
16 |
CMD ["gunicorn", "-b", "0.0.0.0:7860", "main:app"]
|
|
|
8 |
|
9 |
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
10 |
|
|
|
|
|
|
|
11 |
COPY . .
|
12 |
|
13 |
CMD ["gunicorn", "-b", "0.0.0.0:7860", "main:app"]
|