diff --git a/docker-compose.yml b/docker-compose.yml index 33cef4d..3be9a75 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: <<: *base_service profiles: ["hlky"] build: ./services/hlky/ - image: sd-hlky:3 + image: sd-hlky:4 environment: - CLI_ARGS=--optimized-turbo - USE_STREAMLIT=0 diff --git a/services/hlky/Dockerfile b/services/hlky/Dockerfile index 877f89d..b704f1f 100644 --- a/services/hlky/Dockerfile +++ b/services/hlky/Dockerfile @@ -12,17 +12,20 @@ RUN conda install pytorch==1.11.0 torchvision==0.12.0 cudatoolkit=11.3 -c pytorc RUN apt-get update && apt install fonts-dejavu-core rsync gcc -y && apt-get clean +ENV PIP_PREFER_BINARY=1 PIP_NO_CACHE_DIR=1 + RUN <