Spaces:
Runtime error
Runtime error
Karan Goel
commited on
Commit
ยท
e75caf7
1
Parent(s):
8634932
update
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -6,6 +6,8 @@ COPY ./tutorial-1.py /code/tutorial-1.py
|
|
6 |
|
7 |
RUN git clone https://github.com/hazyresearch/meerkat.git && \
|
8 |
cd meerkat
|
|
|
|
|
9 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
10 |
|
11 |
# Install node >= 18.0.0 and npm
|
|
|
6 |
|
7 |
RUN git clone https://github.com/hazyresearch/meerkat.git && \
|
8 |
cd meerkat
|
9 |
+
# Print the present working directory
|
10 |
+
RUN pwd
|
11 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
12 |
|
13 |
# Install node >= 18.0.0 and npm
|