Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -10,6 +10,8 @@ COPY . /app
|
|
| 10 |
# Install any needed packages specified in requirements.txt
|
| 11 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 12 |
|
|
|
|
|
|
|
| 13 |
# Run the script to download NLTK data
|
| 14 |
RUN python /app/download_nltk_data.py
|
| 15 |
|
|
|
|
| 10 |
# Install any needed packages specified in requirements.txt
|
| 11 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 12 |
|
| 13 |
+
RUN chmod -R a+w /usr/local/lib/python3.10/site-packages/hrequests/bin/
|
| 14 |
+
|
| 15 |
# Run the script to download NLTK data
|
| 16 |
RUN python /app/download_nltk_data.py
|
| 17 |
|