2022-09-15 04:24:16 +00:00
|
|
|
FROM python:3.10.6-slim
|
|
|
|
|
|
|
|
RUN apt-get update && apt-get install -y libgl1 libglib2.0-0
|
|
|
|
|
|
|
|
ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
|
|
|
|
PIP_ROOT_USER_ACTION=ignore
|
|
|
|
|
|
|
|
RUN pip install imaginairy
|
2022-09-16 06:06:59 +00:00
|
|
|
RUN imagine --help
|