Karan Goel commited on
Commit
f1045c2
ยท
1 Parent(s): 904bbb4
Files changed (1) hide show
  1. 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 -r requirements.txt
 
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 -