matthoffner commited on
Commit
b54cf69
·
1 Parent(s): 2f9aab4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -5
Dockerfile CHANGED
@@ -15,11 +15,11 @@ COPY requirements.txt ./
15
  RUN pip install --upgrade pip && \
16
  pip install -r requirements.txt
17
 
18
- RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
19
- RUN apt-get install git-lfs -y
20
- RUN git clone https://huggingface.co/TheBloke/robin-13B-v2-GGML
21
- RUN mv robin-13B-v2-GGML/robin-13b.ggmlv3.q3_K_M.bin .
22
- RUN rm -rf robin-13B-v2-GGML/
23
 
24
  COPY . .
25
  RUN ls -al
 
15
  RUN pip install --upgrade pip && \
16
  pip install -r requirements.txt
17
 
18
+ #RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
19
+ #RUN apt-get install git-lfs -y
20
+ #RUN git clone https://huggingface.co/TheBloke/robin-13B-v2-GGML
21
+ #RUN mv robin-13B-v2-GGML/robin-13b.ggmlv3.q3_K_M.bin .
22
+ #RUN rm -rf robin-13B-v2-GGML/
23
 
24
  COPY . .
25
  RUN ls -al