Spaces:
Runtime error
Runtime error
Karan Goel
commited on
Commit
ยท
f0524c8
1
Parent(s):
8c301f2
udpate
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
FROM python:3.9
|
2 |
|
|
|
3 |
WORKDIR /code
|
4 |
COPY ./tutorial-1.py /code/tutorial-1.py
|
5 |
|
@@ -11,7 +12,6 @@ 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/
|
|
|
1 |
FROM python:3.9
|
2 |
|
3 |
+
RUN echo "Installing npm packages"
|
4 |
WORKDIR /code
|
5 |
COPY ./tutorial-1.py /code/tutorial-1.py
|
6 |
|
|
|
12 |
|
13 |
WORKDIR /code/meerkat/meerkat/interactive/app/
|
14 |
#
|
|
|
15 |
RUN npm install && npm run build
|
16 |
|
17 |
WORKDIR /code/meerkat/
|