Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
|
@@ -7,10 +7,6 @@ RUN apt-get update && apt-get install -y git ffmpeg libsndfile1 && rm -rf /var/l
|
|
| 7 |
# Set workdir
|
| 8 |
WORKDIR /code
|
| 9 |
|
| 10 |
-
# Create writable cache folder for transformers
|
| 11 |
-
RUN mkdir -p /code/.cache
|
| 12 |
-
ENV TRANSFORMERS_CACHE=/code/.cache
|
| 13 |
-
|
| 14 |
# Install Python dependencies
|
| 15 |
COPY requirements.txt .
|
| 16 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 7 |
# Set workdir
|
| 8 |
WORKDIR /code
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
# Install Python dependencies
|
| 11 |
COPY requirements.txt .
|
| 12 |
RUN pip install --no-cache-dir -r requirements.txt
|