Commit
·
049aec2
1
Parent(s):
5ee238d
updated docker
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
FROM nvidia/cuda:12.3.2-cudnn9-devel-ubuntu22.04
|
2 |
|
3 |
-
RUN apt-get update && apt-get install -y \
|
4 |
python3 python3-pip python3-venv build-essential curl git libvips-dev \
|
|
|
5 |
&& rm -rf /var/lib/apt/lists/*
|
6 |
|
7 |
RUN pip install --no-cache-dir --upgrade pip \
|
|
|
1 |
FROM nvidia/cuda:12.3.2-cudnn9-devel-ubuntu22.04
|
2 |
|
3 |
+
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
|
4 |
python3 python3-pip python3-venv build-essential curl git libvips-dev \
|
5 |
+
weasyprint \
|
6 |
&& rm -rf /var/lib/apt/lists/*
|
7 |
|
8 |
RUN pip install --no-cache-dir --upgrade pip \
|