Tanusree88 commited on
Commit
013952f
·
verified ·
1 Parent(s): 2fd06f4

Update Docker

Browse files
Files changed (1) hide show
  1. Docker +1 -0
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 . .