Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -17,6 +17,7 @@ WORKDIR /app
|
|
| 17 |
# Copy requirements file
|
| 18 |
COPY requirements.txt .
|
| 19 |
RUN pip install --upgrade pip
|
|
|
|
| 20 |
# Install Python dependencies
|
| 21 |
RUN pip install --use-deprecated=legacy-resolver -r requirements.txt
|
| 22 |
|
|
|
|
| 17 |
# Copy requirements file
|
| 18 |
COPY requirements.txt .
|
| 19 |
RUN pip install --upgrade pip
|
| 20 |
+
RUN pip install tokenizers
|
| 21 |
# Install Python dependencies
|
| 22 |
RUN pip install --use-deprecated=legacy-resolver -r requirements.txt
|
| 23 |
|