fix docker
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -23,6 +23,7 @@ FROM cpu-test-1 AS build
|
|
23 |
COPY ./ /workspace
|
24 |
|
25 |
RUN chmod -R 777 /workspace
|
|
|
26 |
|
27 |
WORKDIR /workspace/vllm
|
28 |
|
@@ -30,6 +31,6 @@ RUN pip install -v -r requirements-cpu.txt --extra-index-url https://download.py
|
|
30 |
|
31 |
RUN VLLM_TARGET_DEVICE=cpu python3 setup.py install
|
32 |
|
33 |
-
WORKDIR /workspace
|
34 |
|
35 |
CMD ["/bin/bash", "/workspace/start_vllm.sh"]
|
|
|
23 |
COPY ./ /workspace
|
24 |
|
25 |
RUN chmod -R 777 /workspace
|
26 |
+
RUN chmod 777 /.config
|
27 |
|
28 |
WORKDIR /workspace/vllm
|
29 |
|
|
|
31 |
|
32 |
RUN VLLM_TARGET_DEVICE=cpu python3 setup.py install
|
33 |
|
34 |
+
WORKDIR /workspace
|
35 |
|
36 |
CMD ["/bin/bash", "/workspace/start_vllm.sh"]
|