uripper commited on
Commit
f321852
·
1 Parent(s): 572cae9
Files changed (2) hide show
  1. .gitignore +2 -0
  2. Dockerfile +0 -3
.gitignore CHANGED
@@ -1,3 +1,5 @@
1
  .secrets
2
  data/oracle_cards_graph.pkl
3
  models/card_graph.pkl
 
 
 
1
  .secrets
2
  data/oracle_cards_graph.pkl
3
  models/card_graph.pkl
4
+ app/data/oracle_cards_graph.pkl
5
+ app/models/card_graph.pkl
Dockerfile CHANGED
@@ -10,9 +10,6 @@ RUN mkdir -p /app/models /app/data && \
10
 
11
  RUN mkdir -p /.cache && chmod -R 777 /.cache
12
 
13
- COPY ../data /app/data
14
-
15
- COPY ../models /app/models
16
 
17
  # Copy the current directory contents into the container at /app
18
  COPY . /app
 
10
 
11
  RUN mkdir -p /.cache && chmod -R 777 /.cache
12
 
 
 
 
13
 
14
  # Copy the current directory contents into the container at /app
15
  COPY . /app