MVPilgrim commited on
Commit
aa1d20c
·
1 Parent(s): 4d97834
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
12
 
13
  #RUN git clone https://github.com/streamlit/streamlit-example.git .
14
 
15
- RUN pip3 install -r requirements.txt
16
 
17
  EXPOSE 8501
18
 
 
12
 
13
  #RUN git clone https://github.com/streamlit/streamlit-example.git .
14
 
15
+ RUN pip3 install -r ../requirements.txt
16
 
17
  EXPOSE 8501
18