GhylB commited on
Commit
772b16f
·
1 Parent(s): 170615a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -1
Dockerfile CHANGED
@@ -12,9 +12,13 @@ COPY requirements.txt .
12
 
13
  COPY seer.py .
14
 
 
 
 
 
15
  COPY img1.png .
16
 
17
- COPY img2.png .
18
 
19
  COPY date_features.py .
20
 
 
12
 
13
  COPY seer.py .
14
 
15
+ COPY seer.png .
16
+
17
+ COPY salesgif.gif
18
+
19
  COPY img1.png .
20
 
21
+ COPY img2.jpg .
22
 
23
  COPY date_features.py .
24