Gleb Gleb commited on
Commit
16fa748
·
1 Parent(s): 2cfcec4

updated version of solrn to use

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ COPY . .
21
 
22
  # Upgrade pip and install packages
23
  RUN pip install --upgrade pip
24
- RUN pip install "impresso_pipelines[solrnormalization]==0.4.6.4"
25
  RUN pip install gradio
26
 
27
  EXPOSE 7860
 
21
 
22
  # Upgrade pip and install packages
23
  RUN pip install --upgrade pip
24
+ RUN pip install "impresso_pipelines[solrnormalization]==0.4.6.5"
25
  RUN pip install gradio
26
 
27
  EXPOSE 7860