Spaces:
Runtime error
Runtime error
Karan Goel
commited on
Commit
ยท
839e0a7
1
Parent(s):
6fa6ba5
udpate
Browse files- 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
|