Spaces:
Runtime error
Runtime error
Karan Goel
commited on
Commit
ยท
f1045c2
1
Parent(s):
904bbb4
udpate
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -9,7 +9,8 @@ RUN git clone https://github.com/hazyresearch/meerkat.git
|
|
9 |
WORKDIR /code/meerkat/
|
10 |
|
11 |
RUN pwd
|
12 |
-
RUN pip install --no-cache-dir --upgrade
|
|
|
13 |
|
14 |
# Install node >= 18.0.0 and npm
|
15 |
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
|
|
9 |
WORKDIR /code/meerkat/
|
10 |
|
11 |
RUN pwd
|
12 |
+
RUN pip install --no-cache-dir --upgrade .
|
13 |
+
# -r requirements.txt
|
14 |
|
15 |
# Install node >= 18.0.0 and npm
|
16 |
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|