Commit
·
b636de7
1
Parent(s):
c4d0feb
Update Dockerfile
Browse files- Dockerfile +2 -2
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
|
@@ -26,7 +26,7 @@ RUN chmod +x ./start_server.sh
|
|
26 |
|
27 |
# Set environment variable for the host
|
28 |
ENV HOST=0.0.0.0
|
29 |
-
ENV PORT=
|
30 |
|
31 |
# Expose a port for the server
|
32 |
EXPOSE ${PORT}
|
|
|
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
|
|
|
26 |
|
27 |
# Set environment variable for the host
|
28 |
ENV HOST=0.0.0.0
|
29 |
+
ENV PORT=2600
|
30 |
|
31 |
# Expose a port for the server
|
32 |
EXPOSE ${PORT}
|