Gleb Gleb commited on
Commit
8d26633
·
1 Parent(s): d586606

small change

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +0 -2
Dockerfile CHANGED
@@ -8,4 +8,4 @@ RUN pip install --upgrade pip && \
8
  pip install "impresso_pipelines[solrnormalization]" && \
9
  pip install gradio jpype1
10
 
11
- CMD ["python", "app.py"]
 
8
  pip install "impresso_pipelines[solrnormalization]" && \
9
  pip install gradio jpype1
10
 
11
+ CMD ["python", "app.py"]
requirements.txt DELETED
@@ -1,2 +0,0 @@
1
- gradio
2
- jpype1