theonlykid commited on
Commit
4faf6d5
1 Parent(s): 64c9709

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -6,9 +6,10 @@ COPY ./requirements.txt /code/requirements.txt
6
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
7
 
8
  COPY ./kobold /code/kobold
 
9
  COPY . .
10
 
11
  RUN chmod +x kobold
12
 
13
  RUN ls -la
14
- CMD ["./kobold", "--help"]
 
6
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
7
 
8
  COPY ./kobold /code/kobold
9
+ COPY ./dolphin.gguf /code/dolphin.gguf
10
  COPY . .
11
 
12
  RUN chmod +x kobold
13
 
14
  RUN ls -la
15
+ CMD ["./kobold", "dolphin.gguf", "--port", "7860"]