Skip to content

Commit fdfb619

Browse files
committed
docker
1 parent 5d9afc1 commit fdfb619

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10-slim
1+
FROM python:3.11.11-slim
22
RUN apt-get update && apt-get install -y procps git
33
LABEL authors="shift"
44
WORKDIR /app
@@ -11,4 +11,4 @@ COPY supervisord.conf .
1111
EXPOSE 5000
1212
EXPOSE 5001
1313

14-
ENTRYPOINT ["./entrypoint.sh"]
14+
ENTRYPOINT ["./entrypoint.sh"]

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
- .env
1616
environment:
1717
- MLFLOW_TRACKING_URI=http://0.0.0.0:5001
18-
- HOST_DEPLOY = 0.0.0.0
18+
- HOST_DEPLOY=0.0.0.0
1919

2020
prometheus:
2121
image: prom/prometheus:latest

0 commit comments

Comments
 (0)