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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ 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
 
13
  WORKDIR /tabbyAPI
14
  RUN pip install -r requirements.txt -q
15
  RUN pip install huggingface-hub -q
16
+ CMD ["python3", "main.py"]