wangyoucao577 commited on
Commit
ab9eb70
·
1 Parent(s): 17dae3b
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN pip install vllm
7
  ENV NVM_DIR /usr/local/nvm
8
  RUN mkdir -p $NVM_DIR
9
  # Create a script file sourced by both interactive and non-interactive bash shells
10
- ENV NVM_BASH_ENV ~/.nvm_bash_env
11
  RUN touch "${NVM_BASH_ENV}"
12
  RUN echo '. "${NVM_BASH_ENV}"' >> ~/.bashrc
13
  RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | PROFILE="${NVM_BASH_ENV}" bash
 
7
  ENV NVM_DIR /usr/local/nvm
8
  RUN mkdir -p $NVM_DIR
9
  # Create a script file sourced by both interactive and non-interactive bash shells
10
+ ENV NVM_BASH_ENV /root/.nvm_bash_env
11
  RUN touch "${NVM_BASH_ENV}"
12
  RUN echo '. "${NVM_BASH_ENV}"' >> ~/.bashrc
13
  RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | PROFILE="${NVM_BASH_ENV}" bash