GhylB commited on
Commit
cdf538a
1 Parent(s): 3dadd2f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -10,6 +10,10 @@ ENV TRANSFORMERS_CACHE /.cache/huggingface/hub
10
 
11
  COPY requirements.txt .
12
 
 
 
 
 
13
  COPY seer.py .
14
 
15
  COPY seer.png .
 
10
 
11
  COPY requirements.txt .
12
 
13
+ COPY model.pkl .
14
+
15
+ COPY encoder.pkl .
16
+
17
  COPY seer.py .
18
 
19
  COPY seer.png .