We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7242b5f commit 98bd0a9Copy full SHA for 98bd0a9
docker/diffusers-pytorch-cpu/Dockerfile
@@ -6,9 +6,10 @@ ENV DEBIAN_FRONTEND=noninteractive
6
7
RUN apt-get -y update \
8
&& apt-get install -y software-properties-common \
9
- && add-apt-repository ppa:deadsnakes/ppa
+ && add-apt-repository ppa:deadsnakes/ppa \
10
+ && apt-get -y update
11
-RUN apt install -y bash \
12
+RUN apt-get install -y bash \
13
build-essential \
14
git \
15
git-lfs \
@@ -20,7 +21,7 @@ RUN apt install -y bash \
20
21
python3-pip \
22
libgl1 \
23
python3.10-venv && \
- rm -rf /var/lib/apt/lists
24
+ rm -rf /var/lib/apt/lists/*
25
26
# make sure to use venv
27
RUN python3.10 -m venv /opt/venv
0 commit comments