Bikas0 commited on
Commit
34a4e07
·
verified ·
1 Parent(s): 2688eea

add numpy installation

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,6 +12,7 @@ RUN pip install --upgrade pip
12
 
13
  # Install any needed packages specified in requirements.txt
14
  RUN pip install --no-cache-dir -r requirements.txt
 
15
 
16
  # Create directories for NLTK and Hugging Face cache data
17
  RUN mkdir -p /app/nltk_data /app/.cache/huggingface /app/.huggingface_cache
 
12
 
13
  # Install any needed packages specified in requirements.txt
14
  RUN pip install --no-cache-dir -r requirements.txt
15
+ RUN pip install --no-cache-dir numpy==1.21.0
16
 
17
  # Create directories for NLTK and Hugging Face cache data
18
  RUN mkdir -p /app/nltk_data /app/.cache/huggingface /app/.huggingface_cache