Spaces:
Runtime error
Runtime error
Karan Goel
commited on
Commit
ยท
8c301f2
1
Parent(s):
ec2feb3
udpate
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -10,7 +10,8 @@ RUN apt-get install -y nodejs
|
|
10 |
RUN git clone https://github.com/hazyresearch/meerkat.git
|
11 |
|
12 |
WORKDIR /code/meerkat/meerkat/interactive/app/
|
13 |
-
|
|
|
14 |
RUN npm install && npm run build
|
15 |
|
16 |
WORKDIR /code/meerkat/
|
|
|
10 |
RUN git clone https://github.com/hazyresearch/meerkat.git
|
11 |
|
12 |
WORKDIR /code/meerkat/meerkat/interactive/app/
|
13 |
+
#
|
14 |
+
RUN echo $(ls)
|
15 |
RUN npm install && npm run build
|
16 |
|
17 |
WORKDIR /code/meerkat/
|