Skip to content

Commit e2c80bb

Browse files
authored
Merge pull request #3 from Zhaoyu-Jin/Ubuntu-24.04-cuda-12.8
packages for MLCommons
2 parents 057659e + 5314d48 commit e2c80bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ RUN apt-get update
1313
RUN apt-get install -y wget build-essential xutils-dev bison zlib1g-dev flex \
1414
libglu1-mesa-dev git g++ libssl-dev libxml2-dev libboost-all-dev git g++ \
1515
libxml2-dev vim python3-setuptools python3-pip python3-venv cmake \
16-
libfreeimage3 libfreeimage-dev
16+
libfreeimage3 libfreeimage-dev \
17+
python3-doc python3-tk python3.12-venv python3.12-doc binfmt-support psmisc apt-utils
1718
RUN apt-get clean
1819

1920
# Create and activate a virtual environment, venv is needed because of PEP 668

0 commit comments

Comments
 (0)