Update Dockerfile
Browse files- 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 |
-
|
|
|
13 |
WORKDIR /tabbyAPI
|
14 |
RUN pip install -r requirements.txt -q
|
15 |
RUN pip install huggingface-hub -q
|
16 |
+
CMD ["python3", "main.py"]
|