File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
intel_extension_for_transformers/neural_chat/docker Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ EXPOSE ${SSHD_PORT}
76
76
77
77
WORKDIR /intel-extension-for-transformers/intel_extension_for_transformers/neural_chat/
78
78
79
- RUN truncate -s 0 /etc/ssh/ssh_host_*_key*
80
- RUN truncate -s 0 /etc/ssh/ssh_host_*_key*.pub
79
+ RUN truncate -s 0 /etc/ssh/ssh_host_*_key* && \
80
+ truncate -s 0 /etc/ssh/ssh_host_*_key*.pub
81
81
82
82
CMD ["/usr/sbin/sshd" , "-D" ]
83
83
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export DOCKER_BUILD_ARGS="--build-arg https_proxy=$https_proxy \
18
18
--build-arg no_proxy=$no_proxy "
19
19
20
20
docker build . -f cpu/Dockerfile \
21
- ${DOCKER_BUILD_ARGS}
21
+ ${DOCKER_BUILD_ARGS} \
22
22
-t intel/intel-extension-for-transformers:text-generation-cpu-1.4.0
23
23
```
24
24
Or pull the docker images as follows:
You can’t perform that action at this time.
0 commit comments