Spaces:
Runtime error
Runtime error
Karan Goel
commited on
Commit
ยท
7a11683
1
Parent(s):
e75caf7
udpate
Browse files- 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
|