Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -30,7 +30,6 @@ ENV PORT=7860
|
|
| 30 |
# (Optional) Pre-download models on build to reduce cold-start
|
| 31 |
#Comment out if build time becomes too long
|
| 32 |
RUN python -c "import nltk; \
|
| 33 |
-
import whisper; \
|
| 34 |
from nltk.sentiment.vader import SentimentIntensityAnalyzer as _; \
|
| 35 |
import nltk; \
|
| 36 |
nltk.download('vader_lexicon'); \
|
|
|
|
| 30 |
# (Optional) Pre-download models on build to reduce cold-start
|
| 31 |
#Comment out if build time becomes too long
|
| 32 |
RUN python -c "import nltk; \
|
|
|
|
| 33 |
from nltk.sentiment.vader import SentimentIntensityAnalyzer as _; \
|
| 34 |
import nltk; \
|
| 35 |
nltk.download('vader_lexicon'); \
|