Spaces:
Sleeping
Sleeping
Commit
·
d3d04b6
1
Parent(s):
946e50b
fix: dir
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -5,7 +5,8 @@ RUN pip install vllm
|
|
5 |
|
6 |
# install node and npm for demo
|
7 |
ENV NVM_DIR /usr/local/nvm
|
8 |
-
RUN
|
|
|
9 |
RUN . $NVM_DIR/nvm.sh && nvm install
|
10 |
|
11 |
# Set up a new user named "user" with user ID 1000
|
|
|
5 |
|
6 |
# install node and npm for demo
|
7 |
ENV NVM_DIR /usr/local/nvm
|
8 |
+
RUN mkdir -p $NVM_DIR
|
9 |
+
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | PROFILE=/etc/bash.bashrc bash
|
10 |
RUN . $NVM_DIR/nvm.sh && nvm install
|
11 |
|
12 |
# Set up a new user named "user" with user ID 1000
|