Spaces:
Sleeping
Sleeping
Update Docker
Browse files
Docker
CHANGED
@@ -23,6 +23,7 @@ RUN pip install --upgrade pip
|
|
23 |
|
24 |
# Install the required Python packages
|
25 |
RUN pip install -r requirements.txt
|
|
|
26 |
|
27 |
# Copy the rest of the application code to the working directory
|
28 |
COPY . .
|
|
|
23 |
|
24 |
# Install the required Python packages
|
25 |
RUN pip install -r requirements.txt
|
26 |
+
RUN pip install --upgrade transformers
|
27 |
|
28 |
# Copy the rest of the application code to the working directory
|
29 |
COPY . .
|