jcheng5 commited on
Commit
b915fe6
·
1 Parent(s): 3e2e001

Try again with Node 16

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.9
3
  WORKDIR /code
4
 
5
  # Install Node.js
6
- RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
7
  RUN apt-get install -y nodejs
8
 
9
  COPY ./requirements.txt /code/requirements.txt
 
3
  WORKDIR /code
4
 
5
  # Install Node.js
6
+ RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
7
  RUN apt-get install -y nodejs
8
 
9
  COPY ./requirements.txt /code/requirements.txt