Kangarroar commited on
Commit
5c32205
1 Parent(s): 0b59d06

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ WORKDIR /app
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
- RUN pip install streamlit
9
 
10
  WORKDIR /app
11
  WORKDIR $HOME
 
5
  COPY ./requirements.txt /code/requirements.txt
6
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
+ RUN pip install streamlit==1.10.0
9
 
10
  WORKDIR /app
11
  WORKDIR $HOME