We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96cbb9a commit bc8bfdbCopy full SHA for bc8bfdb
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.11.5-slim
2
WORKDIR /api
3
COPY . /api
4
-RUN pip3 install -r requirements.txt
+RUN pip3 install pandas fastapi uvicorn u8darts lightgbm joblib libgomp1
5
EXPOSE 8000
6
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
0 commit comments