diff --git a/Dockerfile b/Dockerfile index afe4551f0..04604634e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim +FROM python:3.10-slim WORKDIR /app COPY . /app @@ -10,4 +10,4 @@ RUN pip install -e . RUN python -m unidic download RUN python melo/init_downloads.py -CMD ["python", "./melo/app.py", "--host", "0.0.0.0", "--port", "8888"] \ No newline at end of file +CMD ["python", "./melo/app.py", "--host", "0.0.0.0", "--port", "8888"]