matthoffner commited on
Commit
8337f33
·
verified ·
1 Parent(s): 6ebdc50

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -47,12 +47,8 @@ RUN pip3 install -U pip setuptools wheel && \
47
  RUN mkdir model && \
48
  curl -L https://huggingface.co/matthoffner/Magicoder-S-DS-6.7B-GGUF/resolve/main/Magicoder-S-DS-6.7B_Q4_K_M.gguf -o model/gguf-model.gguf
49
 
50
- COPY ./start_server.sh ./
51
  COPY ./main.py ./
52
 
53
- # Make the server start script executable
54
- RUN chmod +x ./start_server.sh
55
-
56
  # Set environment variable for the host
57
  ENV HOST=0.0.0.0
58
  ENV PORT=7860
 
47
  RUN mkdir model && \
48
  curl -L https://huggingface.co/matthoffner/Magicoder-S-DS-6.7B-GGUF/resolve/main/Magicoder-S-DS-6.7B_Q4_K_M.gguf -o model/gguf-model.gguf
49
 
 
50
  COPY ./main.py ./
51
 
 
 
 
52
  # Set environment variable for the host
53
  ENV HOST=0.0.0.0
54
  ENV PORT=7860