Commit
·
db8ca8f
1
Parent(s):
419973f
updated docker
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -4,6 +4,7 @@ FROM nvidia/cuda:12.3.2-cudnn9-devel-ubuntu22.04
|
|
4 |
# Install system dependencies for Python and Poetry
|
5 |
RUN apt-get update && apt-get install -y \
|
6 |
python3 python3-pip python3-venv build-essential curl git \
|
|
|
7 |
&& rm -rf /var/lib/apt/lists/*
|
8 |
|
9 |
# Install Poetry globally
|
|
|
4 |
# Install system dependencies for Python and Poetry
|
5 |
RUN apt-get update && apt-get install -y \
|
6 |
python3 python3-pip python3-venv build-essential curl git \
|
7 |
+
libpango-1.0-0 libcairo2 libgdk-pixbuf2.0-0 libgobject-2.0-0 libffi-dev \
|
8 |
&& rm -rf /var/lib/apt/lists/*
|
9 |
|
10 |
# Install Poetry globally
|