Karan Goel commited on
Commit
e75caf7
ยท
1 Parent(s): 8634932
Files changed (1) hide show
  1. 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