We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9afc1 commit fdfb619Copy full SHA for fdfb619
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.10-slim
+FROM python:3.11.11-slim
2
RUN apt-get update && apt-get install -y procps git
3
LABEL authors="shift"
4
WORKDIR /app
@@ -11,4 +11,4 @@ COPY supervisord.conf .
11
EXPOSE 5000
12
EXPOSE 5001
13
14
-ENTRYPOINT ["./entrypoint.sh"]
+ENTRYPOINT ["./entrypoint.sh"]
docker-compose.yml
@@ -15,7 +15,7 @@ services:
15
- .env
16
environment:
17
- MLFLOW_TRACKING_URI=http://0.0.0.0:5001
18
- - HOST_DEPLOY = 0.0.0.0
+ - HOST_DEPLOY=0.0.0.0
19
20
prometheus:
21
image: prom/prometheus:latest
0 commit comments