Spaces:
Runtime error
Runtime error
Karan Goel
commited on
Commit
ยท
b0de5af
1
Parent(s):
3ca6be6
udpate
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -9,6 +9,8 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
|
| 9 |
RUN apt-get install -y nodejs
|
| 10 |
|
| 11 |
RUN git clone https://github.com/hazyresearch/meerkat.git
|
|
|
|
|
|
|
| 12 |
|
| 13 |
WORKDIR /code/meerkat/meerkat/interactive/app/
|
| 14 |
# Echo the result of ls
|
|
|
|
| 9 |
RUN apt-get install -y nodejs
|
| 10 |
|
| 11 |
RUN git clone https://github.com/hazyresearch/meerkat.git
|
| 12 |
+
WORKDIR /code/meerkat/
|
| 13 |
+
RUN ls > /code/ls.txt && cat /code/ls.txt
|
| 14 |
|
| 15 |
WORKDIR /code/meerkat/meerkat/interactive/app/
|
| 16 |
# Echo the result of ls
|