Karan Goel commited on
Commit
839e0a7
ยท
1 Parent(s): 6fa6ba5
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /code/ubuntu
7
  RUN chmod 777 /code/ubuntu
8
 
9
  # Install node >= 18.0.0 and npm
10
- RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
11
  RUN apt-get install -y nodejs
12
 
13
  RUN git clone https://github.com/hazyresearch/meerkat.git
 
7
  RUN chmod 777 /code/ubuntu
8
 
9
  # Install node >= 18.0.0 and npm
10
+ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | sudo bash -
11
  RUN apt-get install -y nodejs
12
 
13
  RUN git clone https://github.com/hazyresearch/meerkat.git