Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit 6791fa6

Browse files
authored
Update Dockerfile
1 parent abfa95f commit 6791fa6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ RUN apt-get update && apt-get install -y \
66
python3 \
77
python3-pip \
88
bash git unzip \
9+
libgl1-mesa-glx libglib2.0-0 \
10+
build-essential libopenmpi-dev \
911
&& rm -rf /var/lib/apt/lists/*
1012

1113
# Set Python3 as the default python
@@ -14,7 +16,8 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
1416
# Install pip, JupyterLab, and attrs
1517
RUN pip install --upgrade pip
1618
RUN pip install --upgrade awscli attrs jupyterlab jupyterlab-git
17-
RUN pip install --upgrade flake8 matplotlib pytest shapely torch torch_geometric torchtyping tqdm wandb x-transformers
19+
RUN pip install --upgrade opencv-python flake8 matplotlib pytest shapely tqdm
20+
RUN pip install --upgrade opencv-python opencv-python torch torch_geometric torchtyping wandb x-transformers
1821

1922
# Expose port 8888 for JupyterLab
2023
EXPOSE 8888

0 commit comments

Comments
 (0)