Dinesh310 commited on
Commit
b5135ee
·
verified ·
1 Parent(s): 91c3ec6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \
10
 
11
  COPY requirements.txt ./
12
  COPY src/ ./src/
 
13
  COPY streamlit_app.py ./streamlit_app.py
14
 
15
  RUN pip3 install -r requirements.txt
 
10
 
11
  COPY requirements.txt ./
12
  COPY src/ ./src/
13
+ COPY . .
14
  COPY streamlit_app.py ./streamlit_app.py
15
 
16
  RUN pip3 install -r requirements.txt