AFischer1985 commited on
Commit
15fa933
1 Parent(s): 88bbd56

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN mkdir model && \
18
  curl -L https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF/resolve/main/wizardlm-13b-v1.2.Q4_0.gguf -o model/gguf-model.bin
19
 
20
  COPY ./start_server.sh ./
21
- #COPY ./main.py ./
22
  COPY ./index.html ./
23
 
24
  # Make the server start script executable
 
18
  curl -L https://huggingface.co/TheBloke/WizardLM-13B-V1.2-GGUF/resolve/main/wizardlm-13b-v1.2.Q4_0.gguf -o model/gguf-model.bin
19
 
20
  COPY ./start_server.sh ./
21
+ COPY ./main.py ./
22
  COPY ./index.html ./
23
 
24
  # Make the server start script executable