theformatisvalid commited on
Commit
a631c46
·
verified ·
1 Parent(s): 8948851

Update Dockerfile

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