Pietro Lesci commited on
Commit
d64b68d
1 Parent(s): fd862d9

bump up wordify version

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -3,6 +3,5 @@ FROM python:3.7
3
  COPY . /var/app/
4
  WORKDIR /var/app
5
  RUN pip install --upgrade pip
6
- RUN pip install streamlit==1.0
7
  RUN pip install -r requirements.txt
8
  CMD streamlit run ./app.py
 
3
  COPY . /var/app/
4
  WORKDIR /var/app
5
  RUN pip install --upgrade pip
 
6
  RUN pip install -r requirements.txt
7
  CMD streamlit run ./app.py