mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-06 15:04:26 +00:00
Unify base docker images
This commit is contained in:
parent
95cea97008
commit
3846483058
3 changed files with 6 additions and 13 deletions
|
|
@ -4,6 +4,8 @@ FROM continuumio/miniconda3:4.12.0
|
|||
|
||||
SHELL ["/bin/bash", "-ceuxo", "pipefail"]
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN conda install python=3.8.5 && conda clean -a -y
|
||||
RUN conda install pytorch==1.11.0 torchvision==0.12.0 cudatoolkit=11.3 -c pytorch && conda clean -a -y
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue