Osama-Ahmed-27 commited on
Commit
213d749
·
verified ·
1 Parent(s): 2bfe333

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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'); \