Spaces:
Runtime error
Runtime error
Karan Goel
commited on
Commit
ยท
aaacdb2
1
Parent(s):
cce430e
udpate
Browse files- Dockerfile +5 -0
Dockerfile
CHANGED
@@ -6,6 +6,10 @@ COPY ./tutorial-1.py /code/tutorial-1.py
|
|
6 |
|
7 |
RUN git clone https://github.com/hazyresearch/meerkat.git
|
8 |
|
|
|
|
|
|
|
|
|
9 |
WORKDIR /code/meerkat/
|
10 |
|
11 |
RUN pwd
|
@@ -18,6 +22,7 @@ RUN apt-get install -y nodejs
|
|
18 |
|
19 |
# Install npm packages
|
20 |
WORKDIR /code/meerkat/meerkat/interactive/app/
|
|
|
21 |
RUN npm install && npm run build
|
22 |
|
23 |
COPY . .
|
|
|
6 |
|
7 |
RUN git clone https://github.com/hazyresearch/meerkat.git
|
8 |
|
9 |
+
WORKDIR /code/meerkat/meerkat/interactive/app/
|
10 |
+
RUN ls
|
11 |
+
RUN npm install && npm run build
|
12 |
+
|
13 |
WORKDIR /code/meerkat/
|
14 |
|
15 |
RUN pwd
|
|
|
22 |
|
23 |
# Install npm packages
|
24 |
WORKDIR /code/meerkat/meerkat/interactive/app/
|
25 |
+
RUN ls
|
26 |
RUN npm install && npm run build
|
27 |
|
28 |
COPY . .
|