File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ RUN huggingface-cli download deepseek-ai/DeepSeek-V2-Lite-Chat --exclude *.safet
6969
7070# 安装WEB所需环境
7171RUN apt-get update -y && apt-get install -y apt-transport-https ca-certificates curl gnupg
72- RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/nodesource.gpg
73- RUN sudo chmod 644 /usr/share/keyrings/nodesource.gpg
74- RUN echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_23.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
72+ RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /usr/share/keyrings/nodesource.gpg
73+ RUN chmod 644 /usr/share/keyrings/nodesource.gpg
74+ RUN echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_23.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
7575RUN apt-get update -y
7676RUN apt-get install nodejs npm -y
7777
You can’t perform that action at this time.
0 commit comments