Salt
commited on
Commit
·
9281329
1
Parent(s):
0e0e6c9
Update Dockerfile
Browse files- 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"]
|
|
|
10 |
copy . .
|
11 |
expose 7860
|
12 |
|
13 |
+
cmd ["python", "server.py", "--classification-model joeddav/distilbert-base-uncased-go-emotions-student"]
|