Spaces:
Sleeping
Sleeping
add numpy installation
Browse files- 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
|