mirror of
https://github.com/clearml/clearml-serving
synced 2025-06-26 18:16:00 +00:00
Merge 20bd0a5c34
into 7ba356efc9
This commit is contained in:
commit
8390a06aff
@ -1,5 +1,7 @@
|
||||
FROM python:3.11-bullseye
|
||||
# works with python 3.8 as well.
|
||||
ARG PYTHON_VERSION=3.11
|
||||
|
||||
FROM python:${PYTHON_VERSION}-bullseye
|
||||
|
||||
ENV LC_ALL=C.UTF-8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user