AurelioAguirre commited on
Commit
36523d3
·
1 Parent(s): dfc10d1

Fixed Dockerfile v9

Browse files
Files changed (1) hide show
  1. app/config.yaml +1 -1
app/config.yaml CHANGED
@@ -3,7 +3,7 @@ server:
3
  port: 8000
4
 
5
  model:
6
- base_path: "."
7
  generation:
8
  max_new_tokens: 256
9
  do_sample: true
 
3
  port: 8000
4
 
5
  model:
6
+ base_path: "/code"
7
  generation:
8
  max_new_tokens: 256
9
  do_sample: true