Kannon commited on
Commit
df9340c
1 Parent(s): 90fc10e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ run mkdir .chroma && chmod 777 .chroma
10
  copy . .
11
  expose 7860
12
 
13
- cmd ["python", "server.py", "--classification-model", "joeddav/distilbert-base-uncased-go-emotions-student"]
 
10
  copy . .
11
  expose 7860
12
 
13
+ cmd ["python", "server.py"]