Spaces:
Runtime error
Runtime error
Karan Goel
commited on
Commit
ยท
02892f2
1
Parent(s):
fb4253c
udpate
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
|
8 |
RUN apt-get install -y nodejs
|
9 |
|
10 |
RUN git clone https://github.com/hazyresearch/meerkat.git
|
11 |
-
WORKDIR /code/meerkat/meerkat/
|
12 |
RUN ls > /code/ls.txt && cat /code/ls.txt
|
13 |
|
14 |
WORKDIR /code/meerkat/meerkat/interactive/app/
|
|
|
8 |
RUN apt-get install -y nodejs
|
9 |
|
10 |
RUN git clone https://github.com/hazyresearch/meerkat.git
|
11 |
+
WORKDIR /code/meerkat/meerkat/
|
12 |
RUN ls > /code/ls.txt && cat /code/ls.txt
|
13 |
|
14 |
WORKDIR /code/meerkat/meerkat/interactive/app/
|