Karan Goel commited on
Commit
7a11683
ยท
1 Parent(s): e75caf7
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ WORKDIR /code
5
  COPY ./tutorial-1.py /code/tutorial-1.py
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
 
5
  COPY ./tutorial-1.py /code/tutorial-1.py
6
 
7
  RUN git clone https://github.com/hazyresearch/meerkat.git && \
8
+ cd /code/meerkat/
9
  # Print the present working directory
10
  RUN pwd
11
  RUN pip install --no-cache-dir --upgrade -r requirements.txt