gfjiogopdfgdfs commited on
Commit
830a9c3
·
verified ·
1 Parent(s): fb61f9e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -10,8 +10,7 @@ ARG MODEL_PART_B
10
  ARG MODEL_NAME
11
  ARG ADDITIONAL
12
  RUN git clone https://github.com/theroyallab/tabbyAPI
13
- WORKDIR /opt/kobold
14
  RUN pip install -r requirements.txt -q
15
  RUN pip install huggingface-hub -q
16
- WORKDIR /content/tabbyAPI/
17
  RUN python main.py
 
10
  ARG MODEL_NAME
11
  ARG ADDITIONAL
12
  RUN git clone https://github.com/theroyallab/tabbyAPI
13
+ WORKDIR /tabbyAPI
14
  RUN pip install -r requirements.txt -q
15
  RUN pip install huggingface-hub -q
 
16
  RUN python main.py