MVPilgrim commited on
Commit
138d6ed
·
1 Parent(s): 7b13fed
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
14
  git \
15
  && rm -rf /var/lib/apt/lists/*
16
 
17
- #RUN git clone https://github.com/streamlit/streamlit-example.git .
18
 
19
  RUN pip3 install -r requirements.txt
20
 
 
14
  git \
15
  && rm -rf /var/lib/apt/lists/*
16
 
17
+ RUN git clone https://github.com/streamlit/streamlit-example.git .
18
 
19
  RUN pip3 install -r requirements.txt
20