Skip to content

Commit bc8bfdb

Browse files
committed
Dockerfile
1 parent 96cbb9a commit bc8bfdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.11.5-slim
22
WORKDIR /api
33
COPY . /api
4-
RUN pip3 install -r requirements.txt
4+
RUN pip3 install pandas fastapi uvicorn u8darts lightgbm joblib libgomp1
55
EXPOSE 8000
66
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]

0 commit comments

Comments
 (0)