Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
|
@@ -10,10 +10,6 @@ COPY requirements.txt .
|
|
| 10 |
# Install any dependencies
|
| 11 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 12 |
|
| 13 |
-
# Set environment variable for Hugging Face token
|
| 14 |
-
ENV HUGGINGFACE_TOKEN=<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>
|
| 15 |
-
|
| 16 |
-
|
| 17 |
# Copy the rest of the application code
|
| 18 |
COPY . .
|
| 19 |
|
|
|
|
| 10 |
# Install any dependencies
|
| 11 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
# Copy the rest of the application code
|
| 14 |
COPY . .
|
| 15 |
|