Zhofang commited on
Commit
eae9230
·
verified ·
1 Parent(s): 778ea26

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -8,6 +8,8 @@ COPY ./requirements.txt /code/requirements.txt
8
 
9
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
10
 
 
 
11
  COPY . .
12
 
13
  EXPOSE 7860
 
8
 
9
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
10
 
11
+ RUN apt install nodejs
12
+
13
  COPY . .
14
 
15
  EXPOSE 7860