mirror of
https://github.com/brycedrennan/imaginAIry
synced 2024-11-19 03:25:41 +00:00
10 lines
205 B
Docker
10 lines
205 B
Docker
|
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
|
||
|
|
||
|
#RUN #imagine pizza
|